unsigned long PICMLX_ErrorCodeToMessage (unsigned long errorCode, char errorMessage[], unsigned long length);
Convert error code to a message.
| Input | ||
| Name | Type | Description |
| errorCode | unsigned long |
Error code. |
| length | unsigned long |
Length of character string buffer. |
| Output | ||
| Name | Type | Description |
| errorMessage | char [] |
variable to receive the null-terminated string containing the error message. |
| Name | Type | Description |
| return | unsigned long |
Zero for success, or no-zero error code. |
Error handling
Client Bridge for LXI - Communication
Alphabetical Function Index
Hierarchical Function Index