C# Class BACnet.Types.Unsigned32Value

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

Méthodes publiques

Méthode Description
Unsigned32Value ( uint value ) : System

Constructs a new Unsigned32Value instance

Method Details

Unsigned32Value() public méthode

Constructs a new Unsigned32Value instance
public Unsigned32Value ( uint value ) : System
value uint The unsigned32 value to wrap
Résultat System