C# Class BACnet.Types.Signed8Value

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

Méthodes publiques

Méthode Description
Signed8Value ( sbyte value ) : System

Constructs a new Signed8Value instance

Method Details

Signed8Value() public méthode

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