| JUCE
    | 
A key used to uniquely identify ongoing transactions initiated by a ci::Device. More...
#include <juce_CIPropertyHost.h>
| Public Member Functions | |
| RequestKey (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 RequestKey &other) const | 
| Equality operator. | |
| bool | operator!= (const RequestKey &other) const | 
| Inequality operator. | |
| bool | operator< (const RequestKey &other) const | 
| Less-than operator. | |
A key used to uniquely identify ongoing transactions initiated by a ci::Device.
| MUID juce::midi_ci::RequestKey::getMuid | ( | ) | const | 
Returns the muid of the device to which we are subscribed.
| Token64 juce::midi_ci::RequestKey::getKey | ( | ) | const | 
Returns an identifier unique to this subscription.
| bool juce::midi_ci::RequestKey::operator== | ( | const RequestKey & | other | ) | const | 
Equality operator.
| bool juce::midi_ci::RequestKey::operator!= | ( | const RequestKey & | other | ) | const | 
Inequality operator.
| bool juce::midi_ci::RequestKey::operator< | ( | const RequestKey & | other | ) | const | 
Less-than operator.