Woman, Life, Freedom |
Async BSD Sockets Library
Library protected and public interface header documentation
|
This is the complete list of members for AsyncBsdSocketLib::UdpClient, including all inherited members.
Communicator() noexcept (defined in AsyncBsdSocketLib::Communicator) | AsyncBsdSocketLib::Communicator | protected |
Connection() const noexcept override | AsyncBsdSocketLib::UdpClient | virtual |
Descriptor() const noexcept | AsyncBsdSocketLib::Communicator | |
FileDescriptor | AsyncBsdSocketLib::Communicator | protected |
IpAddress | AsyncBsdSocketLib::NetworkSocket | protected |
NetworkSocket(std::string ipAddress, uint16_t port) | AsyncBsdSocketLib::NetworkSocket | protected |
Port | AsyncBsdSocketLib::NetworkSocket | protected |
Receive(std::array< uint8_t, N > &buffer, std::string &ipAddress, uint16_t &port) const noexcept | AsyncBsdSocketLib::UdpClient | inline |
Send(const std::array< uint8_t, N > &buffer, std::string ipAddress, uint16_t port) const noexcept | AsyncBsdSocketLib::UdpClient | inline |
TryClose() noexcept | AsyncBsdSocketLib::Communicator | virtual |
TrySetup() noexcept override | AsyncBsdSocketLib::UdpClient | virtual |
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::Communicator | virtual |
~NetworkSocket() noexcept=default (defined in AsyncBsdSocketLib::NetworkSocket) | AsyncBsdSocketLib::NetworkSocket | virtual |