C# Class BACnet.Types.OctetStringValue

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

Méthodes publiques

Méthode 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 méthode

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

OctetStringValue() public méthode

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
Résultat System