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

Structure for integer range. More...

#include <ObTypes.h>

Public Attributes

int32_t cur
 Current value.
 
int32_t max
 Maximum value.
 
int32_t min
 Minimum value.
 
int32_t step
 Step value.
 
int32_t def
 Default value.
 

Detailed Description

Structure for integer range.

Definition at line 306 of file ObTypes.h.

Member Data Documentation

◆ cur

int32_t OBIntPropertyRange::cur

Current value.

Definition at line 307 of file ObTypes.h.

◆ max

int32_t OBIntPropertyRange::max

Maximum value.

Definition at line 308 of file ObTypes.h.

◆ min

int32_t OBIntPropertyRange::min

Minimum value.

Definition at line 309 of file ObTypes.h.

◆ step

int32_t OBIntPropertyRange::step

Step value.

Definition at line 310 of file ObTypes.h.

◆ def

int32_t OBIntPropertyRange::def

Default value.

Definition at line 311 of file ObTypes.h.


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