C# Class BACnet.Types.Signed16Value

Inheritance: IValue
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Signed16Value ( short value ) : System

Constructs a new Signed16Value instance

Method Details

Signed16Value() public method

Constructs a new Signed16Value instance
public Signed16Value ( short value ) : System
value short The signed16 value to wrap
return System