DTL_ERROR_S
The DTL_ERROR_S function interprets error codes generated by RSLinx Classic software and returns a null-terminated ASCII string text message that describes the error.
VOID DTL_ERROR_S(
error_code, msg_buf, bufsize
)UNSIGNED LONG error_code ; | /* error code value |
CHAR * msg_buf ; | /* pointer to message buffer |
INT bufsize ; | /* buffer size |
Provide Feedback