mbgtools-lx
4.2.8
|
#include <mbgserio.h>
Data Fields | |
MBG_PORT_HANDLE | port_handle |
the handle that will be used for the device More... | |
ulong | poll_timeout |
The default timeout when waiting for data. More... | |
struct termios | org_tio |
saved original port settings More... | |
int | org_tio_has_been_read |
Definition at line 165 of file mbgserio.h.
struct termios MBGSERIO_DEV::org_tio |
saved original port settings
Definition at line 183 of file mbgserio.h.
int MBGSERIO_DEV::org_tio_has_been_read |
Definition at line 184 of file mbgserio.h.
ulong MBGSERIO_DEV::poll_timeout |
The default timeout when waiting for data.
Definition at line 169 of file mbgserio.h.
MBG_PORT_HANDLE MBGSERIO_DEV::port_handle |
the handle that will be used for the device
Definition at line 167 of file mbgserio.h.