See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
Public Member Functions | |
auto | tie () const |
bool | operator== (const ProfileDisabledReport &x) const |
bool | operator!= (const ProfileDisabledReport &x) const |
Public Attributes | |
Profile | profile {} |
uint16_t | numChannels {} |
Only valid if the message header specifies version 0x02 or greater. | |
See the MIDI-CI specification.
auto midi_ci::Message::ProfileDisabledReport::tie | ( | ) | const |
References numChannels, and profile.
Referenced by operator==().
bool midi_ci::Message::ProfileDisabledReport::operator== | ( | const ProfileDisabledReport & | x | ) | const |
Referenced by operator!=().
bool midi_ci::Message::ProfileDisabledReport::operator!= | ( | const ProfileDisabledReport & | x | ) | const |
References operator==(), and x.
uint16_t midi_ci::Message::ProfileDisabledReport::numChannels {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().