#include "lscp/socket.h"
Go to the source code of this file.
Typedefs | |
typedef enum _lscp_event_t | lscp_event_t |
Enumerations | |
enum | _lscp_event_t { LSCP_EVENT_NONE = 0x0000, LSCP_EVENT_CHANNEL_COUNT = 0x0001, LSCP_EVENT_VOICE_COUNT = 0x0002, LSCP_EVENT_STREAM_COUNT = 0x0004, LSCP_EVENT_BUFFER_FILL = 0x0008, LSCP_EVENT_CHANNEL_INFO = 0x0010, LSCP_EVENT_MISCELLANEOUS = 0x1000 } |
Functions | |
const char * | lscp_event_to_text (lscp_event_t event) |
lscp_event_t | lscp_event_from_text (const char *pszText) |
|
Subscribable event notification bit-wise flags. |
|
Subscribable event notification bit-wise flags. |
|
Getting an event from a text string.
|
|
Getting the text string representation of a single event.
|