PhoenixZMQ  2.0.0
Library which integrates zeromq use in Phoenix
PEmptyParam Struct Reference

Set of parameters to be passed to create a socket with mock backend. More...

#include <PEmptyBackend.h>

Public Attributes

std::string address
 Host address. More...
 
size_t port
 Connection port. More...
 

Detailed Description

Set of parameters to be passed to create a socket with mock backend.

Definition at line 14 of file PEmptyBackend.h.

Member Data Documentation

◆ address

std::string PEmptyParam::address

Host address.

Definition at line 16 of file PEmptyBackend.h.

Referenced by PEmptyBackend::client().

◆ port

size_t PEmptyParam::port

Connection port.

Definition at line 18 of file PEmptyBackend.h.

Referenced by PEmptyBackend::client().


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