|
| GatewayID (uint64_t value) |
|
| GatewayID (int version, uint64_t data) |
|
bool | isNull () const |
|
int | version () const |
|
uint64_t | data () const |
|
std::string | toString () const |
|
bool | operator!= (const GatewayID &id) const |
|
bool | operator== (const GatewayID &id) const |
|
bool | operator< (const GatewayID &id) const |
|
bool | operator> (const GatewayID &id) const |
|
bool | operator<= (const GatewayID &id) const |
|
bool | operator>= (const GatewayID &id) const |
|
| operator unsigned long long () const |
|
| operator uint64_t () const |
|
Gateway ID is a globally unique ID generated during manufactoring of each device. The format of the ID is defined as 16 decadic digits: VDDD DDDD DDDD DDDC. The V denotes version, C is the DAMM checksum and D represents data digits which are generated randomly.