Loading...
Searching...
No Matches
sf::UdpSocket Member List

This is the complete list of members for sf::UdpSocket, including all inherited members.

AnyPortsf::Socketstatic
bind(unsigned short port, IpAddress address=IpAddress::Any)sf::UdpSocket
close()sf::Socketprotected
create()sf::Socketprotected
create(SocketHandle handle)sf::Socketprotected
getLocalPort() constsf::UdpSocket
getNativeHandle() constsf::Socketprotected
isBlocking() constsf::Socket
MaxDatagramSizesf::UdpSocketstatic
operator=(const Socket &)=deletesf::Socket
operator=(Socket &&socket) noexceptsf::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 &)=deletesf::Socket
Socket(Socket &&socket) noexceptsf::Socket
Socket(Type type)sf::Socketexplicitprotected
Status enum namesf::Socket
Type enum namesf::Socketprotected
UdpSocket()sf::UdpSocket
unbind()sf::UdpSocket
~Socket()sf::Socketvirtual