C# Class BACnet.Types.Signed32Value

Inheritance: IValue
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Signed32Value ( int value ) : System

Constructs a new Signed32Value instance

Method Details

Signed32Value() public method

Constructs a new Signed32Value instance
public Signed32Value ( int value ) : System
value int The signed32 value to wrap
return System