#include "lscp/event.h"
Functions | |
const char * | lscp_event_to_text (lscp_event_t event) |
lscp_event_t | lscp_event_from_text (const char *pszText) |
lscp_event_t lscp_event_from_text | ( | const char * | pszText | ) |
Getting an event from a text string.
pszText | Text string to convert to event. |
const char* lscp_event_to_text | ( | lscp_event_t | event | ) |
Getting the text string representation of a single event.
event | Event to convert to text string. |