|
OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Internal API for future publication. More...
#include <ObTypes.h>
Public Attributes | |
| OBCmdVersion | cmdVersion |
| OBCmdVersion of propertyId. | |
| void * | data |
| Data containing itemCount of elements. | |
| uint32_t | dataSize |
| Data size in bytes. | |
| uint32_t | itemTypeSize |
| Size of data item. | |
| uint32_t | itemCount |
| Count of data item. | |
Internal API for future publication.
C language: data's type is a uint8_t pointer, and the user parses data to the destination type. itemTypeSize == 1, dataSize == itemCount;
C++: data's type is the propertyId and OBCmdVersion's data type. itemTypeSize = sizeof(T), itemCount = dataSize / itemTypeSize;
| OBCmdVersion OBDataBundle::cmdVersion |
| void* OBDataBundle::data |
| uint32_t OBDataBundle::dataSize |
| uint32_t OBDataBundle::itemTypeSize |
| uint32_t OBDataBundle::itemCount |