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

#include <socks.hpp>

Collaboration diagram for zmq::socks_greeting_t:

Public Member Functions

 socks_greeting_t (uint8_t method)
 
 socks_greeting_t (uint8_t *methods_, uint8_t num_methods_)
 

Public Attributes

uint8_t methods [UINT8_MAX]
 
const size_t num_methods
 

Detailed Description

Definition at line 40 of file socks.hpp.

Constructor & Destructor Documentation

zmq::socks_greeting_t::socks_greeting_t ( uint8_t  method)

Definition at line 44 of file socks.cpp.

References methods.

zmq::socks_greeting_t::socks_greeting_t ( uint8_t *  methods_,
uint8_t  num_methods_ 
)

Definition at line 50 of file socks.cpp.

References methods.

Member Data Documentation

uint8_t zmq::socks_greeting_t::methods[UINT8_MAX]

Definition at line 45 of file socks.hpp.

Referenced by zmq::socks_greeting_encoder_t::encode(), and socks_greeting_t().

const size_t zmq::socks_greeting_t::num_methods

Definition at line 46 of file socks.hpp.

Referenced by zmq::socks_greeting_encoder_t::encode().