U2C_RESULT U2C_CloseDevice (
HANDLE hDevice
);
The U2C_CloseDevice function closes the open device handle.
- Parameters:
-
| hDevice | Handle to the U2C-12 device to close. |
- Return values:
-
| U2C_SUCCESS | The device referenced by hDevice handle was successfully closed. |
| U2C_HARDWARE_NOT_FOUND | U2C-12 device referenced by hDevice handle was not found. |
|