C# Class BACnet.Types.Signed16Value

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

Méthodes publiques

Méthode Description
Signed16Value ( short value ) : System

Constructs a new Signed16Value instance

Method Details

Signed16Value() public méthode

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