Structure for transmitting data blocks.
More...
#include <ObTypes.h>
|
| uint8_t * | data |
| | Pointer to current block data.
|
| uint32_t | size |
| | Length of current block data.
|
| uint32_t | offset |
| | Offset of current data block relative to complete data.
|
| uint32_t | fullDataSize |
| | Size of full data.
|
Structure for transmitting data blocks.
Definition at line 311 of file ObTypes.h.
◆ data
| uint8_t* OBDataChunk::data |
Pointer to current block data.
Definition at line 312 of file ObTypes.h.
◆ size
| uint32_t OBDataChunk::size |
Length of current block data.
Definition at line 313 of file ObTypes.h.
◆ offset
| uint32_t OBDataChunk::offset |
Offset of current data block relative to complete data.
Definition at line 314 of file ObTypes.h.
◆ fullDataSize
| uint32_t OBDataChunk::fullDataSize |
Size of full data.
Definition at line 315 of file ObTypes.h.
The documentation for this struct was generated from the following file:
- E:/jenkins/workspace/OrbbecSDK/build_sdk/OpenOrbbecSDK/include/libobsensor/h/ObTypes.h