A key used to uniquely identify ongoing property subscriptions initiated by a ci::Device.
Public Member Functions | |
| SubscriptionKey ()=default | |
| Constructor. | |
| SubscriptionKey (MUID muid, Token64 key) | |
| Constructor. | |
| MUID | getMuid () const |
| Returns the muid of the device to which we are subscribed. | |
| Token64 | getKey () const |
| Returns an identifier unique to this subscription. | |
| bool | operator== (const SubscriptionKey &other) const |
| Equality operator. | |
| bool | operator!= (const SubscriptionKey &other) const |
| Inequality operator. | |
| bool | operator< (const SubscriptionKey &other) const |
| Less-than operator. | |
|
default |
Constructor.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Returns the muid of the device to which we are subscribed.
|
inline |
Returns an identifier unique to this subscription.
|
inline |
Equality operator.
References SubscriptionKey().
|
inline |
Inequality operator.
References SubscriptionKey().
|
inline |
Less-than operator.
References SubscriptionKey().