Click or drag to resize

IChannelCellParsingState Interface

Represents a protocol independent interface representation of the parsing state of any kind of IChannelCell.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public interface IChannelCellParsingState : IChannelParsingState
View Source

The IChannelCellParsingState type exposes the following members.

Properties
 NameDescription
Public propertyAnalogCount Gets or sets the number of analog elements associated with the IChannelCell being parsed.
Public propertyDigitalCount Gets or sets the number of digital elements associated with the IChannelCell being parsed.
Public propertyParsedBinaryLength Gets or sets the length of the associated IChannel object being parsed from the binary image.
(Inherited from IChannelParsingState)
Public propertyPhasorCount Gets or sets the number of phasor elements associated with the IChannelCell being parsed.
Top
See Also