| JUCE
    | 
See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
| Public Member Functions | |
| auto | tie () const | 
| bool | operator== (const ProfileDetails &x) const | 
| bool | operator!= (const ProfileDetails &x) const | 
| Public Attributes | |
| Profile | profile {} | 
| std::byte | target {} | 
See the MIDI-CI specification.
| auto juce::midi_ci::Message::ProfileDetails::tie | ( | ) | const | 
References profile, and target.
Referenced by operator==().
| bool juce::midi_ci::Message::ProfileDetails::operator== | ( | const ProfileDetails & | x | ) | const | 
Referenced by operator!=().
| bool juce::midi_ci::Message::ProfileDetails::operator!= | ( | const ProfileDetails & | x | ) | const | 
References operator==(), and x.
| std::byte juce::midi_ci::Message::ProfileDetails::target {} | 
Referenced by tie().