sf::SocketUDP Member List
This is the complete list of members for
sf::SocketUDP, including all inherited members.
Bind(unsigned short port) | sf::SocketUDP | |
Close() | sf::SocketUDP | |
GetPort() const | sf::SocketUDP | |
IsValid() const | sf::SocketUDP | |
operator!=(const SocketUDP &other) const | sf::SocketUDP | |
operator<(const SocketUDP &other) const | sf::SocketUDP | |
operator==(const SocketUDP &other) const | sf::SocketUDP | |
Receive(char *data, std::size_t maxSize, std::size_t &sizeReceived, IPAddress &address, unsigned short &port) | sf::SocketUDP | |
Receive(Packet &packet, IPAddress &address, unsigned short &port) | sf::SocketUDP | |
Selector< SocketUDP > (defined in sf::SocketUDP) | sf::SocketUDP | [friend] |
Send(const char *data, std::size_t sizeInBytes, const IPAddress &address, unsigned short port) | sf::SocketUDP | |
Send(Packet &packet, const IPAddress &address, unsigned short port) | sf::SocketUDP | |
SetBlocking(bool blocking) | sf::SocketUDP | |
SocketUDP() | sf::SocketUDP | |
Unbind() | sf::SocketUDP | |