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.
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.147 -- Release Build+f4cca6bc29b9a344db35676d1f49d8207c89dbf5
public interface IChannelParsingState
Public Interface IChannelParsingState
public interface class IChannelParsingState
Gemstone.PhasorProtocols.IChannelParsingState = function();
Gemstone.PhasorProtocols.IChannelParsingState.createInterface('Gemstone.PhasorProtocols.IChannelParsingState');
Data parsing is very format specific, classes implementing this interface create a common form for
parsing state information particular to a data type.