Click or drag to resize

DigitalValue(DataCell, DigitalDefinition, UInt16) Constructor

Creates a new DigitalValue from specified parameters.

Namespace: GSF.PhasorProtocols.IEC61850_90_5
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public DigitalValue(
	DataCell parent,
	DigitalDefinition digitalDefinition,
	ushort value
)
View Source

Parameters

parent  DataCell
The DataCell parent of this DigitalValue.
digitalDefinition  DigitalDefinition
The DigitalDefinition associated with this DigitalValue.
value  UInt16
The unsigned 16-bit integer value (composed of digital bits) that represents this DigitalValue.
See Also