openPDC Synchrophasor Help
IChannelParsingState Interface
NamespacesTVA.PhasorProtocolsIChannelParsingState
Represents a protocol independent interface representation of the parsing state used by any kind of IChannel data.
This is the base interface implemented by all parsing state classes in the phasor protocols library; it is the root of the parsing state interface hierarchy.
Declaration Syntax
C#Visual BasicVisual C++
public interface IChannelParsingState
Public Interface IChannelParsingState
public interface class IChannelParsingState
Members
All MembersProperties



IconMemberDescription
ParsedBinaryLength
Gets or sets the length of the associated IChannel object being parsed from the binary image.

Remarks
Data parsing is very format specific, classes implementing this interface create a common form for parsing state information particular to a data type.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0