EHS
|
This is the complete list of members for ehs::BaseUDP, including all inherited members.
BaseUDP() | ehs::BaseUDP | |
BaseUDP(IP version) | ehs::BaseUDP | |
BaseUDP(BaseUDP &&udp) noexcept | ehs::BaseUDP | |
BaseUDP(const BaseUDP &udp) | ehs::BaseUDP | |
Bind(const Endpoint &endpoint)=0 | ehs::BaseUDP | pure virtual |
bound | ehs::BaseUDP | protected |
GetLocalEndpoint() const | ehs::BaseUDP | |
IsBlocking() const =0 | ehs::BaseUDP | pure virtual |
IsBound() const | ehs::BaseUDP | |
IsIPv6Only() const =0 | ehs::BaseUDP | pure virtual |
IsValid() const =0 | ehs::BaseUDP | pure virtual |
localEndpoint | ehs::BaseUDP | protected |
operator=(BaseUDP &&udp) noexcept | ehs::BaseUDP | |
operator=(const BaseUDP &udp) | ehs::BaseUDP | |
Receive(Endpoint *endpoint, Byte *data, UInt_64 size)=0 | ehs::BaseUDP | pure virtual |
Release()=0 | ehs::BaseUDP | pure virtual |
Send(const Endpoint &endpoint, const Byte *data, UInt_64 size)=0 | ehs::BaseUDP | pure virtual |
SetBlocking(bool blocking)=0 | ehs::BaseUDP | pure virtual |
SetIPv6Only(bool value)=0 | ehs::BaseUDP | pure virtual |
~BaseUDP()=default | ehs::BaseUDP | virtual |