C# Class BACnet.Types.Signed8Value

Inheritance: IValue
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Signed8Value ( sbyte value ) : System

Constructs a new Signed8Value instance

Method Details

Signed8Value() public method

Constructs a new Signed8Value instance
public Signed8Value ( sbyte value ) : System
value sbyte The signed8 value to wrap
return System