The InstanceId contains the id for a particular VuMark. More...
Properties | |
byte[] | Buffer [get] |
The raw byte buffer ID data. More... | |
InstanceIdType | DataType [get] |
The type of data the InstanceId contains. More... | |
string | HexStringValue [get] |
TEMP: Helper method for displaying the instance ID. More... | |
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. More... | |
string | StringValue [get] |
Returns the byte buffer interpreted as an ASCII string if the datatype is marked as a STRING, an empty string otherwise. More... | |
The InstanceId contains the id for a particular VuMark.
|
get |
The raw byte buffer ID data.
|
get |
The type of data the InstanceId contains.
|
get |
TEMP: Helper method for displaying the instance ID.
|
get |
Returns the byte buffer as a 64bit unsigned long if the data type is marked as a NUMBER. 0 is returned otherwise.
|
get |
Returns the byte buffer interpreted as an ASCII string if the datatype is marked as a STRING, an empty string otherwise.