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