Public Member Functions | |
| cofmeter_config_reply (uint8_t of_version=0, uint8_t *buf=(uint8_t *) 0, size_t buflen=0) | |
| cofmeter_config_reply (uint8_t of_version, uint16_t flags, uint32_t meter_id, const rofl::openflow::cofmeter_bands &mbands) | |
| cofmeter_config_reply (const cofmeter_config_reply &meter_config_reply) | |
| cofmeter_config_reply & | operator= (const cofmeter_config_reply &meter_config_reply) |
| bool | operator== (const cofmeter_config_reply &meter_config_reply) |
| void | clear () |
| size_t | length () const |
| void | pack (uint8_t *buf, size_t buflen) |
| void | unpack (uint8_t *buf, size_t buflen) |
| void | set_version (uint8_t of_version) |
| uint8_t | get_version () const |
| void | set_flags (uint16_t flags) |
| uint16_t | get_flags () const |
| void | set_meter_id (uint32_t meter_id) |
| uint32_t | get_meter_id () const |
| rofl::openflow::cofmeter_bands & | set_meter_bands () |
|
const rofl::openflow::cofmeter_bands & | get_meter_bands () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, cofmeter_config_reply const &r) |
1.8.6