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 midi_ci::Message::ProfileInquiryResponse::tie | ( | ) | const |
References disabledProfiles, and enabledProfiles.
Referenced by operator==().
bool midi_ci::Message::ProfileInquiryResponse::operator== | ( | const ProfileInquiryResponse & | x | ) | const |
Referenced by operator!=().
bool midi_ci::Message::ProfileInquiryResponse::operator!= | ( | const ProfileInquiryResponse & | x | ) | const |
References operator==(), and x.