Woman, Life, Freedom


Async BSD Sockets Library
Library protected and public interface header documentation
AsyncBsdSocketLib::UdpClient Member List

This is the complete list of members for AsyncBsdSocketLib::UdpClient, including all inherited members.

Communicator() noexcept (defined in AsyncBsdSocketLib::Communicator)AsyncBsdSocketLib::Communicatorprotected
Connection() const noexcept overrideAsyncBsdSocketLib::UdpClientvirtual
Descriptor() const noexceptAsyncBsdSocketLib::Communicator
FileDescriptorAsyncBsdSocketLib::Communicatorprotected
IpAddressAsyncBsdSocketLib::NetworkSocketprotected
NetworkSocket(std::string ipAddress, uint16_t port)AsyncBsdSocketLib::NetworkSocketprotected
PortAsyncBsdSocketLib::NetworkSocketprotected
Receive(std::array< uint8_t, N > &buffer, std::string &ipAddress, uint16_t &port) const noexceptAsyncBsdSocketLib::UdpClientinline
Send(const std::array< uint8_t, N > &buffer, std::string ipAddress, uint16_t port) const noexceptAsyncBsdSocketLib::UdpClientinline
TryClose() noexceptAsyncBsdSocketLib::Communicatorvirtual
TrySetup() noexcept overrideAsyncBsdSocketLib::UdpClientvirtual
UdpClient()=delete (defined in AsyncBsdSocketLib::UdpClient)AsyncBsdSocketLib::UdpClient
UdpClient(std::string ipAddress, uint16_t port)AsyncBsdSocketLib::UdpClient
UdpClient(std::string ipAddress, uint16_t port, std::string nicIpAddress, std::string multicastIpAddress, bool shareAddress=true)AsyncBsdSocketLib::UdpClient
~Communicator() noexcept (defined in AsyncBsdSocketLib::Communicator)AsyncBsdSocketLib::Communicatorvirtual
~NetworkSocket() noexcept=default (defined in AsyncBsdSocketLib::NetworkSocket)AsyncBsdSocketLib::NetworkSocketvirtual