INtime SDK Help
UsbCloseDevice
INtime SDK v7.1 > About INtime > Networking and I/O > USB > USB calls > UsbCloseDevice

Close the handle and return a device claimed by UsbOpenDevice .

int32_t UsbCloseDevice( 
int32_t udev
);

Parameters

udev
A handle previously returned from UsbOpenDevice.

Return Values

USB_ERR_NORMAL_COMPLETION Success. The device handle was closed and the device freed.
USB_ERR_NO_DEVICE The device handle is invalid.

Requirements

Versions Defined in Include Link to
INtime 5.0 intime/rt/include/usbif3h usbif3h usbif3lib