Go to the documentation of this file.
12 #ifndef CONUDP_SOCKET_H
13 #define CONUDP_SOCKET_H
28 char self[] =
"ConUDPSocket::ConUDPSocket";
trace(
self);
33 char self[] =
"ConUDPSocket::~ConUDPSocket";
trace(
self);
54 int read (
char* buf_,
const unsigned int size_);
61 int write (
const char* buf_ = NULL,
const unsigned int size_ = 0);
68 #endif // CONUDP_SOCKET_H