C# Class BACnet.Types.OctetStringValue

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
OctetStringValue ( ReadOnlyArray value ) : System

Constructs a new OctetStringValue instance

OctetStringValue ( byte value, bool clone = true ) : System

Constructs a new OctetStringValue instance

Method Details

OctetStringValue() public method

Constructs a new OctetStringValue instance
public OctetStringValue ( ReadOnlyArray value ) : System
value ReadOnlyArray The wrapped octet string value
return System

OctetStringValue() public method

Constructs a new OctetStringValue instance
public OctetStringValue ( byte value, bool clone = true ) : System
value byte The wrapped octet string value
clone bool True if the value must be cloned, false otherwise
return System