USB Host Shield 2.0
|
#include <cdcacm.h>
Public Attributes | |
union { | |
uint8_t tty | |
struct { | |
bool enhanced: 1 | |
bool wide: 1 | |
bool autoflow_RTS: 1 | |
bool autoflow_DSR: 1 | |
bool autoflow_XON: 1 | |
bool half_duplex: 1 | |
} | |
}; | |
This structure is used to report the extended capabilities of the connected device. It is also used to report the current status. Regular CDC-ACM reports all as false.
union { ... } |