#include "Aria.h"
#include "ArNetPacket.h"
Classes | |
| class | ArNetPacketReceiverTcp |
| This class receives TCP packets from a socket, you need to have an open socket and give it to the socket with setSocket, then you need to set up a callback to process packets with setProcessPacketCB, finally call readData which will read in all the data and call the processPacketCB. More... | |
1.4.7