41 NetCat(
int argc,
char **argv);
Network send/receive (cat) application.
virtual Result initialize()
Initialize the application.
char m_lineBuf[64]
Line buffer.
virtual Result exec()
Execute the application event loop.
virtual ~NetCat()
Class destructor.
Result udpSend()
Send UDP packet.
IPV4::Address m_host
Host IP.
NetworkClient * m_client
Networking client.
Result readLine()
Read one line from standard input.
Networking Client implementation.
POSIX-compatible application.
unsigned short u16
Unsigned 16-bit number.
unsigned int Size
Any sane size indicator cannot go negative.