Open Lighting Architecture
Latest Git
|
Public Member Functions | |
DMPHeader (uint8_t header=0) | |
DMPHeader (bool is_virtual, bool is_relative, dmp_address_type type, dmp_address_size size) | |
bool | IsVirtual () const |
bool | IsRelative () const |
dmp_address_type | Type () const |
dmp_address_size | Size () const |
unsigned int | Bytes () const |
bool | operator== (const DMPHeader &other) const |
bool | operator!= (const DMPHeader &other) const |
uint8_t | Header () const |
Static Public Attributes | |
static const unsigned int | DMP_HEADER_SIZE = 1 |