C# Class BACnet.Types.Unsigned8Value

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Unsigned8Value ( byte value ) : System

Constructs a new Unsigned8Value instance

Method Details

Unsigned8Value() public method

Constructs a new Unsigned8Value instance
public Unsigned8Value ( byte value ) : System
value byte The wrapped unsigned8 value
return System