#include <stopandwait.h>
|
int | __send (const char *buffer, const size_t length) |
|
int | __recv (char *buffer, size_t &length) |
|
virtual int | __send_impl (const char *buffer, const size_t length)=0 |
|
virtual int | __recv_impl (char *buffer, size_t &length)=0 |
|
Definition at line 30 of file stopandwait.h.
ibrcommon::stopandwait::stopandwait |
( |
const size_t |
timeout, |
|
|
const size_t |
maxretry = 0 |
|
) |
| |
ibrcommon::stopandwait::~stopandwait |
( |
) | |
|
|
virtual |
int ibrcommon::stopandwait::__recv |
( |
char * |
buffer, |
|
|
size_t & |
length |
|
) |
| |
|
protected |
virtual int ibrcommon::stopandwait::__recv_impl |
( |
char * |
buffer, |
|
|
size_t & |
length |
|
) |
| |
|
protectedpure virtual |
int ibrcommon::stopandwait::__send |
( |
const char * |
buffer, |
|
|
const size_t |
length |
|
) |
| |
|
protected |
virtual int ibrcommon::stopandwait::__send_impl |
( |
const char * |
buffer, |
|
|
const size_t |
length |
|
) |
| |
|
protectedpure virtual |
void ibrcommon::stopandwait::setTimeout |
( |
size_t |
timeout) | |
|
The documentation for this class was generated from the following files: