Show_Event
Functions | |
void | Show_Event (char *event_type) |
Shows the type of the current event, if any. More... | |
Detailed Description
Function Documentation
◆ Show_Event()
void Show_Event | ( | char * | event_type | ) |
Shows the type of the current event, if any.
- Parameters
-
event_type - Type of the current event. Returned to user. Passed by reference always.
DETAILS
This routine is used to find out the type of the current event. The types are the same as for Await_Event() . If there is no current event or if the current event is no longer considered valid, the string "none" will be returned.