OrbbecSDK 2.6.3
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 333 of file ObTypes.h.

Member Data Documentation

◆ cur

int32_t OBIntPropertyRange::cur

Current value.

Definition at line 334 of file ObTypes.h.

◆ max

int32_t OBIntPropertyRange::max

Maximum value.

Definition at line 335 of file ObTypes.h.

◆ min

int32_t OBIntPropertyRange::min

Minimum value.

Definition at line 336 of file ObTypes.h.

◆ step

int32_t OBIntPropertyRange::step

Step value.

Definition at line 337 of file ObTypes.h.

◆ def

int32_t OBIntPropertyRange::def

Default value.

Definition at line 338 of file ObTypes.h.


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