FreeRDP
|
#include "ios_freerdp_events.h"
Functions | |
BOOL | ios_events_send (mfInfo *mfi, NSDictionary *event_description) |
static BOOL | ios_events_handle_event (mfInfo *mfi, NSDictionary *event_description) |
BOOL | ios_events_check_fds (mfInfo *mfi, fd_set *rfds) |
BOOL | ios_events_get_fds (mfInfo *mfi, void **read_fds, int *read_count, void **write_fds, int *write_count) |
BOOL | ios_events_create_pipe (mfInfo *mfi) |
void | ios_events_free_pipe (mfInfo *mfi) |
BOOL ios_events_check_fds | ( | mfInfo * | mfi, |
fd_set * | rfds | ||
) |
BOOL ios_events_create_pipe | ( | mfInfo * | mfi | ) |
void ios_events_free_pipe | ( | mfInfo * | mfi | ) |
BOOL ios_events_get_fds | ( | mfInfo * | mfi, |
void ** | read_fds, | ||
int * | read_count, | ||
void ** | write_fds, | ||
int * | write_count | ||
) |
|
static |
BOOL ios_events_send | ( | mfInfo * | mfi, |
NSDictionary * | event_description | ||
) |