|
OrbbecSDK
1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
|
Used to describe the characteristics of each property. More...
#include <Property.h>
Public Attributes | |
| OBPropertyID | id |
| Property id. More... | |
| const char * | name |
| Property name. More... | |
| OBPropertyType | type |
| Property type. More... | |
| OBPermissionType | permission |
| Property read and write permission. More... | |
Used to describe the characteristics of each property.
Definition at line 189 of file Property.h.
| OBPropertyID OBPropertyItem::id |
Property id.
Definition at line 190 of file Property.h.
| const char* OBPropertyItem::name |
Property name.
Definition at line 191 of file Property.h.
| OBPropertyType OBPropertyItem::type |
Property type.
Definition at line 192 of file Property.h.
| OBPermissionType OBPropertyItem::permission |
Property read and write permission.
Definition at line 193 of file Property.h.
1.8.11