Public Member Functions | |
| MatchHeader (uint16_t type, uint16_t length) | |
| bool | operator== (const MatchHeader &other) const |
| bool | operator!= (const MatchHeader &other) const |
| virtual size_t | pack (uint8_t *buffer) |
| virtual of_error | unpack (uint8_t *buffer) |
| uint16_t | type () |
| uint16_t | length () |
| void | type (uint16_t type) |
| void | length (uint16_t length) |
Protected Attributes | |
| uint16_t | type_ |
| uint16_t | length_ |