Home |
Media Transfer Protocol Class Driver RTUSB-32 Error Codes and Diagnostics Function RTUErrorMessage |
Function RTUErrorMessageRTUErrorMessage translates an RTUSB-32 error code to a displayable string: const char * RTUErrorMessage(int ErrorCode); ParametersErrorCodeNegative error code returned by an RTUSB-32 API call such as RTUIOWait. See section error codes for all possible values. return valueA pointer to a string describing ErrorCode.
|