| 3442 | //--------------------------------------------------------------------------- |
| 3443 | |
| 3444 | XN_C_API XnStatus xnCreateDevice( |
| 3445 | XnContext* pContext, |
| 3446 | XnNodeHandle* phDevice, |
| 3447 | XnNodeQuery* pQuery, |
| 3448 | XnEnumerationErrors* pErrors) |
| 3449 | { |
| 3450 | return xnCreateAnyProductionTree(pContext, XN_NODE_TYPE_DEVICE, pQuery, phDevice, pErrors); |
| 3451 | } |
| 3452 | |
| 3453 | //--------------------------------------------------------------------------- |
| 3454 | // Device Identification Capability |
no test coverage detected