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 &PacketToReceive, IPAddress &Address, unsigned short &Port) | sf::SocketUDP | |
Selector< SocketUDP > (defined in sf::SocketUDP) | 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 | |
SetBlocking(bool Blocking) | sf::SocketUDP | |
SocketUDP() | sf::SocketUDP | |
Unbind() | sf::SocketUDP |