|
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: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public interface IChannelParsingState
Public Interface IChannelParsingState
public interface class IChannelParsingState
type IChannelParsingState = interface end
GSF.PhasorProtocols.IChannelParsingState = function();
GSF.PhasorProtocols.IChannelParsingState.createInterface('GSF.PhasorProtocols.IChannelParsingState');
View SourceThe IChannelParsingState type exposes the following members.
Properties Remarks
Data parsing is very format specific, classes implementing this interface create a common form for
parsing state information particular to a data type.
See Also