#include <of13msg.hh>
Public Member Functions | |
| PortStatus (uint32_t xid, uint8_t reason, of13::Port desc) | |
| bool | operator== (const PortStatus &other) const |
| bool | operator!= (const PortStatus &other) const |
| uint8_t * | pack () |
| of_error | unpack (uint8_t *buffer) |
| of13::Port | desc () |
| void | desc (of13::Port desc) |
Public Member Functions inherited from fluid_msg::PortStatusCommon | |
| PortStatusCommon (uint8_t version, uint8_t type) | |
| PortStatusCommon (uint8_t version, uint8_t type, uint32_t xid, uint8_t reason) | |
| bool | operator== (const PortStatusCommon &other) const |
| bool | operator!= (const PortStatusCommon &other) const |
| uint8_t | reason () |
| void | reason (uint8_t reason) |
Public Member Functions inherited from fluid_msg::OFMsg | |
| OFMsg (uint8_t version, uint8_t type) | |
| OFMsg (uint8_t version, uint8_t type, uint32_t xid) | |
| OFMsg (uint8_t *buffer) | |
| bool | operator== (const OFMsg &other) const |
| bool | operator!= (const OFMsg &other) const |
| uint8_t | version () |
| uint8_t | type () |
| virtual uint16_t | length () |
| uint32_t | xid () |
| void | version (uint8_t version) |
| void | msg_type (uint8_t type) |
| void | length (uint16_t length) |
| void | xid (uint32_t xid) |
Additional Inherited Members | |
Static Public Member Functions inherited from fluid_msg::OFMsg | |
| static void | free_buffer (uint8_t *buffer) |
Protected Attributes inherited from fluid_msg::PortStatusCommon | |
| uint8_t | reason_ |
OpenFlow 1.3 OFPT_PORT_STATUS message.