MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / GetSerialNumber

Method GetSerialNumber

Include/XnCppWrapper.h:2917–2920  ·  view source on GitHub ↗

* @brief Gets the vendor-specific name of the device holding this capability object. * * @param [in] strBuffer Buffer to accept the serial number * @param [in,out] nBufferSize Size of the buffer. * * @retval XN_STATUS_OK Operation succeeded. * @retval XN_STATUS_OUTPUT_BUFFER_OVERFLOW The size of the buffer is not sufficient. */

Source from the content-addressed store, hash-verified

2915 * @retval XN_STATUS_OUTPUT_BUFFER_OVERFLOW The size of the buffer is not sufficient.
2916 */
2917 inline XnStatus GetSerialNumber(XnChar* strBuffer, XnUInt32 nBufferSize)
2918 {
2919 return xnGetSerialNumber(GetHandle(), strBuffer, &nBufferSize);
2920 }
2921 };
2922
2923 /**

Callers 3

xnGetSerialNumberFunction · 0.80

Calls 2

xnGetSerialNumberFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected