openPDC Synchrophasor Help
IChannelFrameParsingState<(Of <(<'T>)>)> Interface
NamespacesTVA.PhasorProtocolsIChannelFrameParsingState<(Of <(<'T>)>)>
Represents a protocol independent interface representation of the parsing state of any kind of IChannelFrame.
Declaration Syntax
C#Visual BasicVisual C++
public interface IChannelFrameParsingState<T> : IChannelParsingState
where T : IChannelCell
Public Interface IChannelFrameParsingState(Of T As IChannelCell) _
	Inherits IChannelParsingState
generic<typename T>
where T : IChannelCell
public interface class IChannelFrameParsingState : IChannelParsingState
Generic Template Parameters
T
Specific IChannelCell type that the IChannelFrameParsingState<(Of <(<'T>)>)> references.
Members
All MembersProperties



IconMemberDescription
CellCount
Gets or sets number of cells that are expected in associated IChannelFrame being parsed.

CreateNewCell
Gets reference to delegate used to create a new IChannelCell object.

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

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