ScByteArray.h
Go to the documentation of this file.
void sc_byte_array_free(ScByteArray array)
uint32_t sc_byte_array_get_size(ScByteArray array)
Get the number of bytes in the array.
char const * sc_byte_array_get_string(ScByteArray array)
Get a const string pointer to the array data.
uint8_t const * sc_byte_array_get_data(ScByteArray array)
Get a const pointer to the byte data.
Common definitions used throughout the ScanditSDK API.
A null terminated array of bytes.