Click or drag to resize

DigitalDefinition(ConfigurationCell, String, UInt32) Constructor

Creates a new DigitalDefinition from specified parameters.

Namespace: GSF.PhasorProtocols.Anonymous
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public DigitalDefinition(
	ConfigurationCell parent,
	string label,
	uint maskValue
)
View Source

Parameters

parent  ConfigurationCell
The ConfigurationCell parent of this DigitalDefinition.
label  String
The label of this DigitalDefinition.
maskValue  UInt32
The value of the digital mask made available in configuration frames.
See Also