Public Member Functions | |
HelloElem (uint16_t type, uint16_t length) | |
bool | operator== (const HelloElem &other) const |
bool | operator!= (const HelloElem &other) const |
uint16_t | type () |
uint16_t | length () |
void | type (uint16_t type) |
void | length (uint16_t length) |
Protected Attributes | |
uint16_t | type_ |
uint16_t | length_ |