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

Member Data Documentation

◆ cur

bool OBBoolPropertyRange::cur

Current value.

Definition at line 378 of file ObTypes.h.

◆ max

bool OBBoolPropertyRange::max

Maximum value.

Definition at line 379 of file ObTypes.h.

◆ min

bool OBBoolPropertyRange::min

Minimum value.

Definition at line 380 of file ObTypes.h.

◆ step

bool OBBoolPropertyRange::step

Step value.

Definition at line 381 of file ObTypes.h.

◆ def

bool OBBoolPropertyRange::def

Default value.

Definition at line 382 of file ObTypes.h.


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