OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBDataChunk Struct Reference

Structure for transmitting data blocks. More...

#include <ObTypes.h>

Public Attributes

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.
 

Detailed Description

Structure for transmitting data blocks.

Definition at line 296 of file ObTypes.h.

Member Data Documentation

◆ 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: