C# Class BACnet.Types.Unsigned16Value

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

Méthodes publiques

Méthode Description
Unsigned16Value ( ushort value ) : System

Constructs a new Unsigned16Value instance

Method Details

Unsigned16Value() public méthode

Constructs a new Unsigned16Value instance
public Unsigned16Value ( ushort value ) : System
value ushort The unsigned16 value to wrap
Résultat System