Skip to main content

Structure sysc::HostAndPort

Definition: SyscComm.hpp (line 23)

Provide a structure for host and port for remote connections.

Parameters:

  • host: remote server host name
  • port: remote server port number

Members

Public attributes

Variable host

Definition: SyscComm.hpp (line 32)

Host sysc::HostAndPort::host

Type: Host

Variable port

Definition: SyscComm.hpp (line 33)

Port sysc::HostAndPort::port {0}

Type: Port

Public functions

Function HostAndPort

sysc::HostAndPort::HostAndPort()=default

Return type:

Function HostAndPort

sysc::HostAndPort::HostAndPort(Host host, Port port)

Parameters:

Return type:

Function HostAndPort

sysc::HostAndPort::HostAndPort(Port port)

Parameters:

Return type: