FreeRDP
|
Data Structures | |
struct | WINPR_COMM |
Macros | |
#define | SERIAL_EV_RXCHAR 0x0001 |
#define | SERIAL_EV_RXFLAG 0x0002 |
#define | SERIAL_EV_TXEMPTY 0x0004 |
#define | SERIAL_EV_CTS 0x0008 |
#define | SERIAL_EV_DSR 0x0010 |
#define | SERIAL_EV_RLSD 0x0020 |
#define | SERIAL_EV_BREAK 0x0040 |
#define | SERIAL_EV_ERR 0x0080 |
#define | SERIAL_EV_RING 0x0100 |
#define | SERIAL_EV_PERR 0x0200 |
#define | SERIAL_EV_RX80FULL 0x0400 |
#define | SERIAL_EV_EVENT1 0x0800 |
#define | SERIAL_EV_EVENT2 0x1000 |
#define | SERIAL_EV_WINPR_WAITING 0x4000 /* bit today unused by other SERIAL_EV_* */ |
#define | SERIAL_EV_WINPR_STOP 0x8000 /* bit today unused by other SERIAL_EV_* */ |
#define | WINPR_PURGE_TXABORT 0x00000001 /* abort pending transmission */ |
#define | WINPR_PURGE_RXABORT 0x00000002 /* abort pending reception */ |
Functions | |
void | CommLog_Print (DWORD wlog_level,...) |
BOOL | CommIsHandled (HANDLE handle) |
BOOL | CommIsHandleValid (HANDLE handle) |
BOOL | CommCloseHandle (HANDLE handle) |
HANDLE_CREATOR * | GetCommHandleCreator (void) |
#define SERIAL_EV_BREAK 0x0040 |
#define SERIAL_EV_CTS 0x0008 |
#define SERIAL_EV_DSR 0x0010 |
#define SERIAL_EV_ERR 0x0080 |
#define SERIAL_EV_EVENT1 0x0800 |
#define SERIAL_EV_EVENT2 0x1000 |
#define SERIAL_EV_PERR 0x0200 |
#define SERIAL_EV_RING 0x0100 |
#define SERIAL_EV_RLSD 0x0020 |
#define SERIAL_EV_RX80FULL 0x0400 |
#define SERIAL_EV_RXCHAR 0x0001 |
#define SERIAL_EV_RXFLAG 0x0002 |
#define SERIAL_EV_TXEMPTY 0x0004 |
#define SERIAL_EV_WINPR_STOP 0x8000 /* bit today unused by other SERIAL_EV_* */ |
#define SERIAL_EV_WINPR_WAITING 0x4000 /* bit today unused by other SERIAL_EV_* */ |
#define WINPR_PURGE_RXABORT 0x00000002 /* abort pending reception */ |
#define WINPR_PURGE_TXABORT 0x00000001 /* abort pending transmission */ |
BOOL CommCloseHandle | ( | HANDLE | handle | ) |
BOOL CommIsHandled | ( | HANDLE | handle | ) |
BOOL CommIsHandleValid | ( | HANDLE | handle | ) |
void CommLog_Print | ( | DWORD | wlog_level, |
... | |||
) |
HANDLE_CREATOR* GetCommHandleCreator | ( | void | ) |