![]() |
OpenNI 1.5.2
|
#include <XnCppWrapper.h>

Public Member Functions | |
| Device (XnNodeHandle hNode=NULL) | |
| Device (const NodeWrapper &other) | |
| DeviceIdentificationCapability | GetIdentificationCap () |
| XnStatus | Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL) |
Represents a hardware device node
| xn::Device::Device | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
| hNode | [in] Node handle |
| xn::Device::Device | ( | const NodeWrapper & | other | ) | [inline] |
| XnStatus xn::Device::Create | ( | Context & | context, |
| Query * | pQuery = NULL, |
||
| EnumerationErrors * | pErrors = NULL |
||
| ) | [inline] |
Creates a device node.
For full details and usage, see xnCreateDeviceGets a DeviceIdentificationCapability object for accessing device identification functionality. It is the application responsibility to check first if XN_CAPABILITY_DEVICE_IDENTIFICATION is supported by calling IsCapabilitySupported().
1.7.6.1