Realistic 3D camera system
3D camera system components
Public Types | Public Member Functions | List of all members
socks4::request Class Reference

#include <socks4.hpp>

Public Types

enum  command_type { connect = 0x01, bind = 0x02 }
 

Public Member Functions

 request (command_type cmd, const asio::ip::tcp::endpoint &endpoint, const std::string &user_id)
 
boost::array< asio::const_buffer, 7 > buffers () const
 

Detailed Description

Definition at line 22 of file socks4.hpp.

Member Enumeration Documentation

Enumerator
connect 
bind 

Definition at line 25 of file socks4.hpp.

Constructor & Destructor Documentation

socks4::request::request ( command_type  cmd,
const asio::ip::tcp::endpoint endpoint,
const std::string &  user_id 
)
inline

Definition at line 31 of file socks4.hpp.

Member Function Documentation

boost::array<asio::const_buffer, 7> socks4::request::buffers ( ) const
inline

Definition at line 54 of file socks4.hpp.


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