BACnet.Types.Unsigned32Value.Unsigned32Value C# (CSharp) Méthode

Unsigned32Value() public méthode

Constructs a new Unsigned32Value instance
public Unsigned32Value ( uint value ) : System
value uint The unsigned32 value to wrap
Résultat System
        public Unsigned32Value(uint value)
        {
            this.Value = value;
        }
Unsigned32Value