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

Member Data Documentation

◆ cur

int32_t OBIntPropertyRange::cur

Current value.

Definition at line 326 of file ObTypes.h.

◆ max

int32_t OBIntPropertyRange::max

Maximum value.

Definition at line 327 of file ObTypes.h.

◆ min

int32_t OBIntPropertyRange::min

Minimum value.

Definition at line 328 of file ObTypes.h.

◆ step

int32_t OBIntPropertyRange::step

Step value.

Definition at line 329 of file ObTypes.h.

◆ def

int32_t OBIntPropertyRange::def

Default value.

Definition at line 330 of file ObTypes.h.


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