|
| MultipartRequestExperimenter (uint32_t xid, uint16_t flags, uint32_t experimenter, uint32_t exp_type) |
|
bool | operator== (const MultipartRequestExperimenter &other) const |
|
bool | operator!= (const MultipartRequestExperimenter &other) const |
|
uint8_t * | pack () |
|
of_error | unpack (uint8_t *buffer) |
|
uint32_t | experimenter () |
|
uint32_t | exp_type () |
|
| MultipartRequest (uint16_t type) |
|
| MultipartRequest (uint32_t xid, uint16_t type, uint16_t flags) |
|
bool | operator== (const MultipartRequest &other) const |
|
bool | operator!= (const MultipartRequest &other) const |
|
uint16_t | mpart_type () |
|
uint16_t | flags () |
|
void | type (uint16_t type) |
|
void | flags (uint16_t flags) |
|
| 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) |
|
OpenFlow 1.3 OFPMP_EXPERIMENTER multipart request. Multipart request experimenter messages should inherit from this class.