DLL Interface

DeltaMAXGetMessageString

Translates DeltaMAX message codes into English strings.

Syntax

static char* DeltaMAXGetMessageString(const int code)

Parameters

code

The DeltaMAX message code that you want to translate.

Returns

Returns a literal string containing the English message for the specific message code, or "Unknown message" if the code was not recognized.

Remarks

This function is provided purely for your convenience.

Requirements

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