openPDC Synchrophasor Help
DigitalValueBase Constructor (parent, digitalDefinition, value)
NamespacesTVA.PhasorProtocolsDigitalValueBaseDigitalValueBase(IDataCell, IDigitalDefinition, UInt16)
Creates a new DigitalValueBase from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
protected DigitalValueBase(
	IDataCell parent,
	IDigitalDefinition digitalDefinition,
	ushort value
)
Protected Sub New ( _
	parent As IDataCell, _
	digitalDefinition As IDigitalDefinition, _
	value As UShort _
)
protected:
DigitalValueBase(
	IDataCell^ parent, 
	IDigitalDefinition^ digitalDefinition, 
	unsigned short value
)
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.

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