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

Public Attributes

std::function< void()> established
 
std::function< void()> disconnected
 
std::function< void()> error
 
std::function< void(const_buffer)> payload
 

Detailed Description

Definition at line 38 of file _test_hsm.cpp.

Member Data Documentation

◆ disconnected

std::function<void()> client_protocol::events::disconnected

Definition at line 41 of file _test_hsm.cpp.

◆ error

std::function<void()> client_protocol::events::error

Definition at line 42 of file _test_hsm.cpp.

◆ established

std::function<void()> client_protocol::events::established

Definition at line 40 of file _test_hsm.cpp.

◆ payload

std::function<void(const_buffer)> client_protocol::events::payload

Definition at line 43 of file _test_hsm.cpp.


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