Click or drag to resize

IConfigurationCellParsingState Interface

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

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

The IConfigurationCellParsingState type exposes the following members.

Properties
 NameDescription
Public propertyAnalogCount Gets or sets the number of analog elements associated with the IChannelCell being parsed.
(Inherited from IChannelCellParsingState)
Public propertyCreateNewAnalogDefinition Gets reference to CreateNewDefinitionFunctionT delegate used to create new IAnalogDefinition objects.
Public propertyCreateNewDigitalDefinition Gets reference to CreateNewDefinitionFunctionT delegate used to create new IDigitalDefinition objects.
Public propertyCreateNewFrequencyDefinition Gets reference to CreateNewDefinitionFunctionT delegate used to create new IFrequencyDefinition objects.
Public propertyCreateNewPhasorDefinition Gets reference to CreateNewDefinitionFunctionT delegate used to create new IPhasorDefinition objects.
Public propertyDigitalCount Gets or sets the number of digital elements associated with the IChannelCell being parsed.
(Inherited from IChannelCellParsingState)
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.
(Inherited from IChannelCellParsingState)
Top
See Also