IChannelParsingState Interface

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.

Definition

Namespace: Gemstone.PhasorProtocols
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.156 -- Release Build+566b4839b04c9b0049b576901a43e8cdb3b7d9ea
public interface IChannelParsingState

Remarks

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

Properties

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

See Also