FreeNOS
|
Describes a single packet. More...
#include <NetworkClient.h>
Data Fields | |
Address | address |
Size | size |
Describes a single packet.
This structure is used for operations that involve multiple packets, for example: SendMultiple.
Definition at line 79 of file NetworkClient.h.
Address NetworkClient::PacketInfo::address |
Definition at line 81 of file NetworkClient.h.
Referenced by sendmsg(), and UDPSocket::write().
Size NetworkClient::PacketInfo::size |
Definition at line 82 of file NetworkClient.h.
Referenced by sendmsg(), and UDPSocket::write().