12 snprintf(name,
sizeof(name),
"@inproc://%p",
this);
18 throw Exception(
"Cannot create server inproc socket");
26 snprintf(name,
sizeof(name),
">inproc://%p", target);
32 throw Exception(
"Cannot create client inproc socket");
ZyreControlSocket()
Construct a new server ZyreControlSocket, where the endpoint name is determined from the in-memory lo...
virtual ~ZyreControlSocket()
Destroy the ZyreControlSocket object.
Exception class thrown by all library classes.
zsock_t * _socket
Socket reference.
An inproc socket bound to a special name generated from an object pointer.