C API Unity API
Unity API Reference (Version 10.15.3)
VuMarkInstanceId 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

◆ 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

TEMP: Helper method for displaying the instance ID.

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