openPDC Synchrophasor Help
DigitalDefinition Constructor (parent, label, maskValue)
NamespacesTVA.PhasorProtocols.AnonymousDigitalDefinitionDigitalDefinition(ConfigurationCell, String, UInt32)
Creates a new DigitalDefinition from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public DigitalDefinition(
	ConfigurationCell parent,
	string label,
	uint maskValue
)
Public Sub New ( _
	parent As ConfigurationCell, _
	label As String, _
	maskValue As UInteger _
)
public:
DigitalDefinition(
	ConfigurationCell^ parent, 
	String^ label, 
	unsigned int maskValue
)
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.

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