Translates DeltaMAX message codes into English strings.
static char* DeltaMAXGetMessageString(const int code)
The DeltaMAX message code that you want to translate.
Returns a literal string containing the English message for the specific message code, or "Unknown message" if the code was not recognized.
This function is provided purely for your convenience.
This function is declared in DeltaMAX_messages.h. (In order to use the function, you will need to include that file.)
See Also: Message Codes, DeltaMAXGetErrorString