AUI Framework
develop
Cross-platform base for C++ UI apps
|
A bidirectional UDP socket.
#include <AUI/Network/AUdpSocket.h>
AUdpSocket::AUdpSocket | ( | uint16_t | port | ) |
port | port |
> All members, including inherited
|
overrideprotectedvirtual |
Implements AAbstractSocket.
void AUdpSocket::read | ( | AByteBuffer & | buf, |
AInet4Address & | dst ) |
buf | (out) received data |
dst | (out) sender address |
void AUdpSocket::write | ( | AByteBufferView | buf, |
const AInet4Address & | dst ) |
buf | data buffer |
dst | destination delivery address |
Contents