C# Class BACnet.Types.Unsigned32Value

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Unsigned32Value ( uint value ) : System

Constructs a new Unsigned32Value instance

Method Details

Unsigned32Value() public method

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