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