PandA-2024.02
|
Byte array type used to pass in byte array When kBytes is used as data type. More...
#include <c_runtime_api.h>
Data Fields | |
const char * | data |
size_t | size |
Byte array type used to pass in byte array When kBytes is used as data type.
Definition at line 164 of file c_runtime_api.h.
const char* TVMByteArray::data |
Definition at line 165 of file c_runtime_api.h.
size_t TVMByteArray::size |
Definition at line 166 of file c_runtime_api.h.