libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
zmq::socks_choice_t Struct Reference

#include <socks.hpp>

Collaboration diagram for zmq::socks_choice_t:

Public Member Functions

 socks_choice_t (uint8_t method_)
 

Public Attributes

uint8_t method
 

Detailed Description

Definition at line 64 of file socks.hpp.

Constructor & Destructor Documentation

zmq::socks_choice_t::socks_choice_t ( uint8_t  method_)

Definition at line 94 of file socks.cpp.

Member Data Documentation

uint8_t zmq::socks_choice_t::method

Definition at line 68 of file socks.hpp.

Referenced by zmq::socks_connecter_t::process_server_response().