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. | |
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 |
The Hex value of the byte data as a string.
|
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.