All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
VuMarkInstanceId Interface Reference

The InstanceId contains the id for a particular VuMark. More...

Properties

byte[] Buffer [get]
 The raw byte buffer ID data.
 
InstanceIdType DataType [get]
 The type of data the InstanceId contains.
 
string HexStringValue [get]
 The Hex value of the byte data as a string.
 
ulong NumericValue [get]
 Returns the byte buffer as a 64bit unsigned long if the data type is marked as a NUMBER. 0 is returned otherwise.
 
string StringValue [get]
 Returns the byte buffer interpreted as an ASCII string if the datatype is marked as a STRING, an empty string otherwise.
 

Detailed Description

The InstanceId contains the id for a particular VuMark.

Property Documentation

◆ Buffer

byte [] Buffer
get

The raw byte buffer ID data.

◆ DataType

InstanceIdType DataType
get

The type of data the InstanceId contains.

◆ HexStringValue

string HexStringValue
get

The Hex value of the byte data as a string.

◆ NumericValue

ulong NumericValue
get

Returns the byte buffer as a 64bit unsigned long if the data type is marked as a NUMBER. 0 is returned otherwise.

◆ StringValue

string StringValue
get

Returns the byte buffer interpreted as an ASCII string if the datatype is marked as a STRING, an empty string otherwise.