C++ Java Unity
Unity Reference
InstanceId Interface Reference

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...
 

Detailed Description

The InstanceId contains the id for a particular VuMark.

Property Documentation

byte [] Buffer
get

The raw byte buffer ID data.

InstanceIdType DataType
get

The type of data the InstanceId contains.

string HexStringValue
get

TEMP: Helper method for displaying the instance ID.

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.