|
FastLED 3.9.15
|
Asio-compatible endpoint type: bundles host address + port.
Maps to boost::asio::ip::tcp::endpoint in Asio.
#include <tcp.h>
Collaboration diagram for fl::asio::ip::tcp::endpoint:Public Member Functions | |
| endpoint () FL_NOEXCEPT | |
| endpoint (const char *h, u16 p) | |
| endpoint (const fl::string &h, u16 p) | |
| bool | operator!= (const endpoint &o) const |
| bool | operator== (const endpoint &o) const |
Public Attributes | |
| fl::string | host |
| u16 | port |