FastLED 3.9.15
Loading...
Searching...
No Matches
fl::asio::ip::tcp::endpoint Struct Reference

Detailed Description

Asio-compatible endpoint type: bundles host address + port.

Maps to boost::asio::ip::tcp::endpoint in Asio.

Definition at line 21 of file tcp.h.

#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
 

The documentation for this struct was generated from the following file: