Close() | 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 &PacketToReceive, IPAddress &Address, unsigned short Port) | sf::SocketUDP | |
Selector< SocketUDP > class | sf::SocketUDP | [friend] |
Send(const char *Data, std::size_t Size, const IPAddress &Address, unsigned short Port) | sf::SocketUDP | |
Send(Packet &PacketToSend, const IPAddress &Address, unsigned short Port) | sf::SocketUDP | |
SocketUDP() | sf::SocketUDP | |