C# Class BACnet.Types.Unsigned64Value

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

Méthodes publiques

Méthode Description
Unsigned64Value ( ulong value ) : System

Constructs a new Unsigned64Value instance

Method Details

Unsigned64Value() public méthode

Constructs a new Unsigned64Value instance
public Unsigned64Value ( ulong value ) : System
value ulong The unsigned64 value to wrap
Résultat System