openPDC Synchrophasor Help
IDataFrameParsingState Interface
NamespacesTVA.PhasorProtocolsIDataFrameParsingState
Represents a protocol independent interface representation of the parsing state of a IDataFrame.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDataFrameParsingState : IChannelFrameParsingState<IDataCell>, 
	IChannelParsingState
Public Interface IDataFrameParsingState _
	Inherits IChannelFrameParsingState(Of IDataCell), IChannelParsingState
public interface class IDataFrameParsingState : IChannelFrameParsingState<IDataCell^>, 
	IChannelParsingState
Members
All MembersProperties



IconMemberDescription
CellCount
Gets or sets number of cells that are expected in associated IChannelFrame being parsed.
(Inherited from IChannelFrameParsingState<(Of <(<'T>)>)>.)
ConfigurationFrame
Gets reference to the IConfigurationFrame associated with the IDataFrame being parsed.

CreateNewCell
Gets reference to delegate used to create a new IChannelCell object.
(Inherited from IChannelFrameParsingState<(Of <(<'T>)>)>.)
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