This is the complete list of members for
sf::UdpSocket, including all inherited members.
| AnyPort enum value | sf::Socket | |
| Bind(unsigned short port) | sf::UdpSocket | |
| Close() | sf::Socket | [protected] |
| Create() | sf::Socket | [protected] |
| Create(SocketHandle handle) | sf::Socket | [protected] |
| Disconnected enum value | sf::Socket | |
| Done enum value | sf::Socket | |
| Error enum value | sf::Socket | |
| GetHandle() const | sf::Socket | [protected] |
| GetLocalPort() const | sf::UdpSocket | |
| IsBlocking() const | sf::Socket | |
| MaxDatagramSize enum value | sf::UdpSocket | |
| NotReady enum value | sf::Socket | |
| Receive(char *data, std::size_t size, std::size_t &received, IpAddress &remoteAddress, unsigned short &remotePort) | sf::UdpSocket | |
| Receive(Packet &packet, IpAddress &remoteAddress, unsigned short &remotePort) | sf::UdpSocket | |
| Send(const char *data, std::size_t size, const IpAddress &remoteAddress, unsigned short remotePort) | sf::UdpSocket | |
| Send(Packet &packet, const IpAddress &remoteAddress, unsigned short remotePort) | sf::UdpSocket | |
| SetBlocking(bool blocking) | sf::Socket | |
| Socket(Type type) | sf::Socket | [protected] |
| Status enum name | sf::Socket | |
| Tcp enum value | sf::Socket | [protected] |
| Type enum name | sf::Socket | [protected] |
| Udp enum value | sf::Socket | [protected] |
| UdpSocket() | sf::UdpSocket | |
| Unbind() | sf::UdpSocket | |
| ~Socket() | sf::Socket | [virtual] |