#include <XnCppWrapper.h>

Public Member Functions | |
| DeviceIdentificationCapability (XnNodeHandle hNode) | |
| XnStatus | GetDeviceName (XnChar *strBuffer, XnUInt32 nBufferSize) |
| XnStatus | GetVendorSpecificData (XnChar *strBuffer, XnUInt32 nBufferSize) |
| XnStatus | GetSerialNumber (XnChar *strBuffer, XnUInt32 nBufferSize) |
Allows access to Device Identification capability functions. see Device Identification Capability for additional details.
| xn::DeviceIdentificationCapability::DeviceIdentificationCapability | ( | XnNodeHandle | hNode | ) | [inline] |
Ctor
| hNode | [in] Node handle |
| XnStatus xn::DeviceIdentificationCapability::GetDeviceName | ( | XnChar * | strBuffer, | |
| XnUInt32 | nBufferSize | |||
| ) | [inline] |
For full details and usage, see xnGetDeviceName
| XnStatus xn::DeviceIdentificationCapability::GetSerialNumber | ( | XnChar * | strBuffer, | |
| XnUInt32 | nBufferSize | |||
| ) | [inline] |
For full details and usage, see xnGetSerialNumber
| XnStatus xn::DeviceIdentificationCapability::GetVendorSpecificData | ( | XnChar * | strBuffer, | |
| XnUInt32 | nBufferSize | |||
| ) | [inline] |
For full details and usage, see xnGetVendorSpecificData
1.6.3