Go to the documentation of this file.
22 #ifndef STOPANDWAIT_H_
23 #define STOPANDWAIT_H_
33 stopandwait(
const size_t timeout,
const size_t maxretry = 0);
39 int __send(
const char *buffer,
const size_t length);
40 int __recv(
char *buffer,
size_t &length);
42 virtual int __send_impl(
const char *buffer,
const size_t length) = 0;
43 virtual int __recv_impl(
char *buffer,
size_t &length) = 0;