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 296 of file ObTypes.h.
◆ data
uint8_t* OBDataChunk::data |
Pointer to current block data.
Definition at line 297 of file ObTypes.h.
◆ size
uint32_t OBDataChunk::size |
Length of current block data.
Definition at line 298 of file ObTypes.h.
◆ offset
uint32_t OBDataChunk::offset |
Offset of current data block relative to complete data.
Definition at line 299 of file ObTypes.h.
◆ fullDataSize
uint32_t OBDataChunk::fullDataSize |
Size of full data.
Definition at line 300 of file ObTypes.h.
The documentation for this struct was generated from the following file:
- C:/Users/hzcyf/Projects/openorbbecsdkgroup/OpenOrbbecSDK/include/libobsensor/h/ObTypes.h