C# Class BACnet.Types.Signed32Value

Inheritance: IValue
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
Signed32Value ( int value ) : System

Constructs a new Signed32Value instance

Method Details

Signed32Value() public méthode

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