OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
Public Attributes | List of all members
OBPropertyItem Struct Reference

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...
 

Detailed Description

Used to describe the characteristics of each property.

Definition at line 189 of file Property.h.

Member Data Documentation

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.


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