OrbbecSDK 2.0.18
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 350 of file ObTypes.h.

Member Data Documentation

◆ cur

bool OBBoolPropertyRange::cur

Current value.

Definition at line 351 of file ObTypes.h.

◆ max

bool OBBoolPropertyRange::max

Maximum value.

Definition at line 352 of file ObTypes.h.

◆ min

bool OBBoolPropertyRange::min

Minimum value.

Definition at line 353 of file ObTypes.h.

◆ step

bool OBBoolPropertyRange::step

Step value.

Definition at line 354 of file ObTypes.h.

◆ def

bool OBBoolPropertyRange::def

Default value.

Definition at line 355 of file ObTypes.h.


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