C# Class BACnet.Types.Unsigned8Value

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

Méthodes publiques

Méthode Description
Unsigned8Value ( byte value ) : System

Constructs a new Unsigned8Value instance

Method Details

Unsigned8Value() public méthode

Constructs a new Unsigned8Value instance
public Unsigned8Value ( byte value ) : System
value byte The wrapped unsigned8 value
Résultat System