|
const char * | getLocalIP () const |
|
unsigned int | getLocalAddress () const |
|
int | getLocalPort () const |
|
const char * | getRemoteIP () const |
|
unsigned int | getRemoteAddress () const |
|
int | getRemotePort () const |
|
int | getState () const |
|
int | getTXQueue () const |
|
int | getRXQueue () const |
|
void | setLocalAddress (unsigned int addr) |
|
void | setLocalPort (int port) |
|
void | setRemoteAddress (unsigned int addr) |
|
void | setRemotePort (int port) |
|
void | setState (int state) |
|
void | setTXQueue (int queue) |
|
void | setRXQueue (int queue) |
|
|
static int | checkTCP (std::vector< IOInfo > &info) |
|
static int | checkTCP (IOInfo &info) |
|
|
unsigned int | m_local_addr |
|
int | m_local_port |
|
unsigned int | m_remote_addr |
|
int | m_remote_port |
|
int | m_state |
|
int | m_tx_queue |
|
int | m_rx_queue |
|
Definition at line 19 of file IOInfo.h.
The documentation for this class was generated from the following files: