|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Interface for modules that provide UDP client implementations. More...
#include <udp_client_interface.h>

Public Member Functions | |
| virtual | ~IUdpClientProvider ()=default |
| virtual std::shared_ptr< IUdpClient > | get_udp_client ()=0 |
| Get the default UDP client instance. | |
| virtual std::shared_ptr< IUdpClient > | create_udp_client ()=0 |
| Create a new UDP client. | |
Interface for modules that provide UDP client implementations.
Definition at line 317 of file udp_client_interface.h.
|
virtualdefault |
|
pure virtual |
Create a new UDP client.
|
pure virtual |
Get the default UDP client instance.