- cpp3ds
- UdpSocket
This is the complete list of members for cpp3ds::UdpSocket, including all inherited members.
AnyPort enum value | cpp3ds::Socket | |
bind(unsigned short port) | cpp3ds::UdpSocket | |
close() | cpp3ds::Socket | protected |
create() | cpp3ds::Socket | protected |
create(SocketHandle handle) | cpp3ds::Socket | protected |
Disconnected enum value | cpp3ds::Socket | |
Done enum value | cpp3ds::Socket | |
Error enum value | cpp3ds::Socket | |
getHandle() const | cpp3ds::Socket | protected |
getLocalPort() const | cpp3ds::UdpSocket | |
isBlocking() const | cpp3ds::Socket | |
MaxDatagramSize enum value | cpp3ds::UdpSocket | |
NotReady enum value | cpp3ds::Socket | |
Partial enum value | cpp3ds::Socket | |
receive(void *data, std::size_t size, std::size_t &received, IpAddress &remoteAddress, unsigned short &remotePort) | cpp3ds::UdpSocket | |
receive(Packet &packet, IpAddress &remoteAddress, unsigned short &remotePort) | cpp3ds::UdpSocket | |
send(const void *data, std::size_t size, const IpAddress &remoteAddress, unsigned short remotePort) | cpp3ds::UdpSocket | |
send(Packet &packet, const IpAddress &remoteAddress, unsigned short remotePort) | cpp3ds::UdpSocket | |
setBlocking(bool blocking) | cpp3ds::Socket | |
Socket(Type type) | cpp3ds::Socket | protected |
Status enum name | cpp3ds::Socket | |
Tcp enum value | cpp3ds::Socket | protected |
Type enum name | cpp3ds::Socket | protected |
Udp enum value | cpp3ds::Socket | protected |
UdpSocket() | cpp3ds::UdpSocket | |
unbind() | cpp3ds::UdpSocket | |
~Socket() | cpp3ds::Socket | virtual |