EasySockets v2.0.0
A simple, cross platform socket library for C++.
Loading...
Searching...
No Matches

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

Detailed Description

Represents the address + port that identifies a connection. Initialized by {Address, Port}, e.g. {"192.168.0.1", 443}.

Member Data Documentation

◆ address

Address es::EndPoint::address

◆ port

Port es::EndPoint::port