Creates a new DigitalValue from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DigitalValue( DataCell parent, DigitalDefinition digitalDefinition, ushort value )
Public Sub New ( _ parent As DataCell, _ digitalDefinition As DigitalDefinition, _ value As UShort _ )
public: DigitalValue( DataCell^ parent, DigitalDefinition^ digitalDefinition, unsigned short value )
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.