ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Attributes | List of all members
client_protocol::actions Struct Reference

Public Attributes

std::function< void()> connect
 
std::function< void(bool initiator)> disconnect
 
std::function< void()> start_stream
 
std::function< void()> send_handshake
 
std::function< void()> wait_retry
 

Detailed Description

Definition at line 46 of file _test_hsm.cpp.

Member Data Documentation

◆ connect

std::function<void()> client_protocol::actions::connect

Definition at line 48 of file _test_hsm.cpp.

◆ disconnect

std::function<void(bool initiator)> client_protocol::actions::disconnect

Definition at line 49 of file _test_hsm.cpp.

◆ send_handshake

std::function<void()> client_protocol::actions::send_handshake

Definition at line 52 of file _test_hsm.cpp.

◆ start_stream

std::function<void()> client_protocol::actions::start_stream

Definition at line 51 of file _test_hsm.cpp.

◆ wait_retry

std::function<void()> client_protocol::actions::wait_retry

Definition at line 53 of file _test_hsm.cpp.


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