|
EasySockets v2.0.0
A simple, cross platform socket library for C++.
|
Represents the address + port that identifies a connection. Initialized by {Address, Port}, e.g. {"192.168.0.1", 443}.
More...
#include <Addresses.hpp>
Public Attributes | |
| Address | address |
| Port | port |
Represents the address + port that identifies a connection. Initialized by {Address, Port}, e.g. {"192.168.0.1", 443}.
| Address es::EndPoint::address |
| Port es::EndPoint::port |