| JUCE
    | 
See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
| Public Member Functions | |
| auto | tie () const | 
| bool | operator== (const ProfileInquiryResponse &x) const | 
| bool | operator!= (const ProfileInquiryResponse &x) const | 
| Public Attributes | |
| Span< const Profile > | enabledProfiles | 
| Span< const Profile > | disabledProfiles | 
See the MIDI-CI specification.
| auto juce::midi_ci::Message::ProfileInquiryResponse::tie | ( | ) | const | 
References disabledProfiles, and enabledProfiles.
Referenced by operator==().
| bool juce::midi_ci::Message::ProfileInquiryResponse::operator== | ( | const ProfileInquiryResponse & | x | ) | const | 
Referenced by operator!=().
| bool juce::midi_ci::Message::ProfileInquiryResponse::operator!= | ( | const ProfileInquiryResponse & | x | ) | const | 
References operator==(), and x.
Referenced by tie().
Referenced by tie().