C# Class BACnet.Types.Unsigned64Value

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Unsigned64Value ( ulong value ) : System

Constructs a new Unsigned64Value instance

Method Details

Unsigned64Value() public method

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