OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 315 of file ObTypes.h.

Member Data Documentation

◆ data

uint8_t* OBDataChunk::data

Pointer to current block data.

Definition at line 316 of file ObTypes.h.

◆ size

uint32_t OBDataChunk::size

Length of current block data.

Definition at line 317 of file ObTypes.h.

◆ offset

uint32_t OBDataChunk::offset

Offset of current data block relative to complete data.

Definition at line 318 of file ObTypes.h.

◆ fullDataSize

uint32_t OBDataChunk::fullDataSize

Size of full data.

Definition at line 319 of file ObTypes.h.


The documentation for this struct was generated from the following file: