#include <XnCppWrapper.h>

Public Member Functions | |
| Device (XnNodeHandle hNode=NULL) | |
| 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 |
| XnStatus xn::Device::Create | ( | Context & | context, | |
| Query * | pQuery = NULL, |
|||
| EnumerationErrors * | pErrors = NULL | |||
| ) | [inline] |
Creates a device node. For full details and usage, see xnCreateDevice
| DeviceIdentificationCapability xn::Device::GetIdentificationCap | ( | ) | [inline] |
Gets 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.6.3