OrbbecSDK 2.5.5
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 321 of file ObTypes.h.

Member Data Documentation

◆ cur

int32_t OBIntPropertyRange::cur

Current value.

Definition at line 322 of file ObTypes.h.

◆ max

int32_t OBIntPropertyRange::max

Maximum value.

Definition at line 323 of file ObTypes.h.

◆ min

int32_t OBIntPropertyRange::min

Minimum value.

Definition at line 324 of file ObTypes.h.

◆ step

int32_t OBIntPropertyRange::step

Step value.

Definition at line 325 of file ObTypes.h.

◆ def

int32_t OBIntPropertyRange::def

Default value.

Definition at line 326 of file ObTypes.h.


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