OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Public Attributes | List of all members
OBDataChunk Struct Reference

Data block structure for data block transmission. More...

#include <ObTypes.h>

Public Attributes

void * data
 current block data pointer More...
 
uint32_t size
 Current block data length. More...
 
uint32_t offset
 The offset of the current data block relative to the complete data. More...
 
uint32_t fullDataSize
 full data size More...
 

Detailed Description

Data block structure for data block transmission.

Definition at line 329 of file ObTypes.h.

Member Data Documentation

void* OBDataChunk::data

current block data pointer

Definition at line 330 of file ObTypes.h.

uint32_t OBDataChunk::size

Current block data length.

Definition at line 331 of file ObTypes.h.

uint32_t OBDataChunk::offset

The offset of the current data block relative to the complete data.

Definition at line 332 of file ObTypes.h.

uint32_t OBDataChunk::fullDataSize

full data size

Definition at line 333 of file ObTypes.h.


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