|
IDigitalValueValue Property
|
Gets or sets the 16-bit integer value (composed of digital bits) that represents this
IDigitalValue.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxushort Value { get; set; }
Property Value As UShort
Get
Set
property unsigned short Value {
unsigned short get ();
void set (unsigned short value);
}
abstract Value : uint16 with get, set
function get_Value();
function set_Value(value);
View SourceProperty Value
UInt16
See Also