Open Lighting Architecture
Latest Git
|
Public Types | |
enum | { CIDImpl_LENGTH = 16 } |
Public Member Functions | |
CIDImpl (const CIDImpl &other) | |
bool | IsNil () const |
void | Pack (uint8_t *buf) const |
std::string | ToString () const |
void | Write (ola::io::OutputBufferInterface *output) const |
CIDImpl & | operator= (const CIDImpl &c1) |
bool | operator== (const CIDImpl &c1) const |
bool | operator!= (const CIDImpl &c1) const |
bool | operator< (const CIDImpl &c1) const |
Static Public Member Functions | |
static CIDImpl * | Generate () |
static CIDImpl * | FromData (const uint8_t *data) |
static CIDImpl * | FromString (const std::string &cid) |