Click or drag to resize

DigitalValueBase(IDataCell, IDigitalDefinition, UInt16) Constructor

Creates a new DigitalValueBase from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected DigitalValueBase(
	IDataCell parent,
	IDigitalDefinition digitalDefinition,
	ushort value
)
View Source

Parameters

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