You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
MESSAGE_LEVEL
This is an enumeration constant that means the type of message to be provided to the user. It is defined as follows.
Rank |
Constant Name |
Description |
|---|---|---|
0 |
MESSAGE_LEVEL_INFO |
Information |
1 |
MESSAGE_LEVEL_WARN |
Warning |
2 |
MESSAGE_LEVEL_ALARM |
Error |
Defined in: DRFC.h
typedef enum {
MESSAGE_LEVEL_INFO,
MESSAGE_LEVEL_WARN,
MESSAGE_LEVEL_ALARM
} MESSAGE_LEVEL;