Public Attributes | |
| VuMarkInstanceIdType | dataType |
| The type of data stored by the VuMark instance ID. | |
| const char * | buffer |
| String buffer, filled with length bytes representing the VuMark instance ID if dataType is VU_VUMARK_INSTANCE_ID_STRING or VU_VUMARK_INSTANCE_ID_BYTE. | |
| int32_t | length |
| Byte length of the string buffer. | |
| uint64_t | numericValue |
| Numeric representation of the VuMark instance ID if dataType is VU_VUMARK_INSTANCE_ID_NUMERIC. | |
Instance info for a VuMark from its respective observation.
| const char* buffer |
String buffer, filled with length bytes representing the VuMark instance ID if dataType is VU_VUMARK_INSTANCE_ID_STRING or VU_VUMARK_INSTANCE_ID_BYTE.
| uint64_t numericValue |
Numeric representation of the VuMark instance ID if dataType is VU_VUMARK_INSTANCE_ID_NUMERIC.