Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
This is the complete list of members for sf::UdpSocket, including all inherited members.
AnyPort | sf::Socket | static |
bind(unsigned short port, IpAddress address=IpAddress::Any) | sf::UdpSocket | |
close() | sf::Socket | protected |
create() | sf::Socket | protected |
create(SocketHandle handle) | sf::Socket | protected |
getLocalPort() const | sf::UdpSocket | |
getNativeHandle() const | sf::Socket | protected |
isBlocking() const | sf::Socket | |
MaxDatagramSize | sf::UdpSocket | static |
operator=(const Socket &)=delete | sf::Socket | |
operator=(Socket &&socket) noexcept | sf::Socket | |
receive(void *data, std::size_t size, std::size_t &received, std::optional< IpAddress > &remoteAddress, unsigned short &remotePort) | sf::UdpSocket | |
receive(Packet &packet, std::optional< IpAddress > &remoteAddress, unsigned short &remotePort) | sf::UdpSocket | |
send(const void *data, std::size_t size, IpAddress remoteAddress, unsigned short remotePort) | sf::UdpSocket | |
send(Packet &packet, IpAddress remoteAddress, unsigned short remotePort) | sf::UdpSocket | |
setBlocking(bool blocking) | sf::Socket | |
Socket(const Socket &)=delete | sf::Socket | |
Socket(Socket &&socket) noexcept | sf::Socket | |
Socket(Type type) | sf::Socket | explicitprotected |
Status enum name | sf::Socket | |
Type enum name | sf::Socket | protected |
UdpSocket() | sf::UdpSocket | |
unbind() | sf::UdpSocket | |
~Socket() | sf::Socket | virtual |