Revised OpenFlow Library  v0.6.0dev
 All Classes Files Functions Variables Friends Groups Pages
Public Member Functions | Friends | List of all members
rofl::openflow::cofdesc_stats_reply Class Reference

Public Member Functions

 cofdesc_stats_reply (uint8_t of_version=rofl::openflow::OFP_VERSION_UNKNOWN, std::string const &mfr_desc=std::string(""), std::string const &hw_desc=std::string(""), std::string const &sw_desc=std::string(""), std::string const &serial_num=std::string(""), std::string const &dp_desc=std::string(""))
 
 cofdesc_stats_reply (cofdesc_stats_reply const &descstats)
 
cofdesc_stats_replyoperator= (cofdesc_stats_reply const &descstats)
 
size_t length () const
 
void clear ()
 
void set_version (uint8_t of_version)
 
uint8_t get_version () const
 
std::string get_mfr_desc () const
 
std::string get_hw_desc () const
 
std::string get_sw_desc () const
 
std::string get_serial_num () const
 
std::string get_dp_desc () const
 
void pack (uint8_t *buf, size_t buflen) const
 
void unpack (uint8_t *buf, size_t buflen)
 

Friends

std::ostream & operator<< (std::ostream &os, cofdesc_stats_reply const &reply)
 

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