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

Convert a USB error code to a string.

const char *UsbGetErrorString( 
int32_t errnum
);

Parameters

errnum
The USB error number.

Return Values

A pointer to a string containing a text representation of the error number, or the string "USB_ERR_UNKNOWN" in the case where the errnum value is invaliud.

Requirements

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