Macros | |
#define | CDCControlLineState_CARRIER_ON (1 << 1) |
#define | CDCControlLineState_DTE_PRESENT (1 << 0) |
#define | CDCControlLineState_DTR (1 << 0) |
#define | CDCControlLineState_RTS (1 << 1) |
This section lists CDC ControlLineState bitmap.
#define CDCControlLineState_CARRIER_ON (1 << 1) |
Carrier control for half duplex modems.
Definition at line 89 of file CDCRequests.h.
#define CDCControlLineState_DTE_PRESENT (1 << 0) |
Indicates to DCE if DTE is present or not.
Definition at line 85 of file CDCRequests.h.
#define CDCControlLineState_DTR (1 << 0) |
RS232 signal DTR: Data Terminal Ready.
Definition at line 87 of file CDCRequests.h.
#define CDCControlLineState_RTS (1 << 1) |
RS232 signal RTS: Request to send.
Definition at line 91 of file CDCRequests.h.