libopm
0.1
|
#include <libopm.h>
Data Fields | |
OPM_PROTOCOL_T * | protocol |
unsigned short int | port |
int | fd |
unsigned short int | bytes_read |
char | readbuf [128 +1] |
unsigned short int | readlen |
unsigned short int | state |
time_t | creation |
OPM_PROTOCOL_T* _OPM_CONNECTION::protocol |
Referenced by opm_active(), and opm_cycle().
unsigned short int _OPM_CONNECTION::port |
Referenced by opm_active(), and opm_cycle().
int _OPM_CONNECTION::fd |
unsigned short int _OPM_CONNECTION::bytes_read |
Referenced by opm_active(), and opm_cycle().
char _OPM_CONNECTION::readbuf[128 +1] |
Referenced by opm_cycle().
unsigned short int _OPM_CONNECTION::readlen |
Referenced by opm_active(), and opm_cycle().
unsigned short int _OPM_CONNECTION::state |
Referenced by opm_active(), opm_cycle(), and opm_endscan().
time_t _OPM_CONNECTION::creation |
Referenced by opm_cycle().