Public Member Functions | |
QueueProperty (uint16_t property) | |
virtual bool | equals (const QueueProperty &other) |
virtual bool | operator== (const QueueProperty &other) const |
virtual bool | operator!= (const QueueProperty &other) const |
virtual QueueProperty * | clone () |
virtual size_t | pack (uint8_t *buffer) |
virtual of_error | unpack (uint8_t *buffer) |
uint16_t | property () |
uint16_t | len () |
void | property (uint16_t property) |
Static Public Member Functions | |
static QueueProperty * | make_queue_of10_property (uint16_t property) |
static QueueProperty * | make_queue_of13_property (uint16_t property) |
static bool | delete_all (QueueProperty *prop) |
Protected Attributes | |
uint16_t | property_ |
uint16_t | len_ |