![]() |
OpenNI 1.5.7
|
Functions | |
XN_C_API XnStatus XN_C_DECL | xnGetDeviceName (XnNodeHandle hInstance, XnChar *strBuffer, XnUInt32 *pnBufferSize) |
XN_C_API XnStatus XN_C_DECL | xnGetVendorSpecificData (XnNodeHandle hInstance, XnChar *strBuffer, XnUInt32 *pnBufferSize) |
XN_C_API XnStatus XN_C_DECL | xnGetSerialNumber (XnNodeHandle hInstance, XnChar *strBuffer, XnUInt32 *pnBufferSize) |
XN_C_API XnStatus XN_C_DECL xnGetDeviceName | ( | XnNodeHandle | hInstance, |
XnChar * | strBuffer, | ||
XnUInt32 * | pnBufferSize | ||
) |
Gets the device name.
hInstance | [in] A handle to the instance. |
strBuffer | [in] A buffer to accept the device name. |
pnBufferSize | [in/out] Size of the buffer. |
XN_C_API XnStatus XN_C_DECL xnGetSerialNumber | ( | XnNodeHandle | hInstance, |
XnChar * | strBuffer, | ||
XnUInt32 * | pnBufferSize | ||
) |
Gets the serial number of the device.
hInstance | [in] A handle to the instance. |
strBuffer | [in] A buffer to accept the string. |
pnBufferSize | [in/out] Size of the buffer. |
XN_C_API XnStatus XN_C_DECL xnGetVendorSpecificData | ( | XnNodeHandle | hInstance, |
XnChar * | strBuffer, | ||
XnUInt32 * | pnBufferSize | ||
) |
Gets a vendor-specific string.
hInstance | [in] A handle to the instance. |
strBuffer | [in] A buffer to accept the string. |
pnBufferSize | [in/out] Size of the buffer. |