Utility functions
Utility functions for releasing data.
Summary
Functions |
|
---|---|
ArByteArray_release(uint8_t *byte_array)
|
void
Releases a byte array created using an ARCore API function.
|
ArString_release(char *str)
|
void
Releases a string acquired using an ARCore API function.
|
Functions
ArByteArray_release
void ArByteArray_release( uint8_t *byte_array )
Releases a byte array created using an ARCore API function.
ArString_release
void ArString_release( char *str )
Releases a string acquired using an ARCore API function.
Details | |||
---|---|---|---|
Parameters |
|