Go to the documentation of this file.
34 #include "../api_core.h"
67 virtual int send(
const void *data,
int len,
bool send_all =
true) = 0;
70 virtual int receive(
void *data,
int len,
bool receive_all =
true) = 0;
73 virtual int peek(
void *data,
int len) = 0;