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

Structure for boolean range. More...

#include <ObTypes.h>

Public Attributes

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

Detailed Description

Structure for boolean range.

Definition at line 357 of file ObTypes.h.

Member Data Documentation

◆ cur

bool OBBoolPropertyRange::cur

Current value.

Definition at line 358 of file ObTypes.h.

◆ max

bool OBBoolPropertyRange::max

Maximum value.

Definition at line 359 of file ObTypes.h.

◆ min

bool OBBoolPropertyRange::min

Minimum value.

Definition at line 360 of file ObTypes.h.

◆ step

bool OBBoolPropertyRange::step

Step value.

Definition at line 361 of file ObTypes.h.

◆ def

bool OBBoolPropertyRange::def

Default value.

Definition at line 362 of file ObTypes.h.


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