GetMsgTypeFromNum Method
- Last UpdatedApr 08, 2026
- 1 minute read
Given a message number that maps to a specific message
within a message DLL, retrieve the 'EventType' that this
particular message has been identified with.
public static DNALog.EventType GetMsgTypeFromNum(
int messageNum
)
public:
static DNALog.EventType GetMsgTypeFromNum(
int messageNum
)
Parameters
- messageNum
- The message number that identifies a message contained within a special message DLL.
Return Value
The Event Type for this message.