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

Member Data Documentation

◆ cur

bool OBBoolPropertyRange::cur

Current value.

Definition at line 370 of file ObTypes.h.

◆ max

bool OBBoolPropertyRange::max

Maximum value.

Definition at line 371 of file ObTypes.h.

◆ min

bool OBBoolPropertyRange::min

Minimum value.

Definition at line 372 of file ObTypes.h.

◆ step

bool OBBoolPropertyRange::step

Step value.

Definition at line 373 of file ObTypes.h.

◆ def

bool OBBoolPropertyRange::def

Default value.

Definition at line 374 of file ObTypes.h.


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