C# Class BACnet.Types.Unsigned16Value

Inheritance: IValue
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Unsigned16Value ( ushort value ) : System

Constructs a new Unsigned16Value instance

Method Details

Unsigned16Value() public method

Constructs a new Unsigned16Value instance
public Unsigned16Value ( ushort value ) : System
value ushort The unsigned16 value to wrap
return System