Skip to content

QuantumGate::IPEndpoint

Karel Donk edited this page Oct 27, 2021 · 2 revisions

QuantumGate::IPEndpoint is a class that represents an IP endpoint.

Member functions

Name Description
Constructor Constructs an IPEndpoint object.
operator= Assigns a value from another IPEndpoint.
GetProtocol Returns the protocol of the endpoint.
GetIPAddress Returns a reference to the IP address of the endpoint.
GetPort Returns the port of the endpoint.
GetRelayPort Returns the relay port of the endpoint.
GetRelayHop Returns the relay hop position of the endpoint.
GetString Returns the endpoint in string format.
operator==, operator!= Compares the IPEndpoint to another.
operator<< Outputs the IPEndpoint to the stream.
Clone this wiki locally