See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
Public Member Functions | |
auto | tie () const |
bool | operator== (const Discovery &x) const |
bool | operator!= (const Discovery &x) const |
Public Attributes | |
ump::DeviceInfo | device |
std::byte | capabilities {} |
uint32_t | maximumSysexSize {} |
std::byte | outputPathID {} |
Only valid if the message header specifies version 0x02 or greater. | |
See the MIDI-CI specification.
auto midi_ci::Message::Discovery::tie | ( | ) | const |
References capabilities, device, maximumSysexSize, and outputPathID.
Referenced by operator==().
bool midi_ci::Message::Discovery::operator== | ( | const Discovery & | x | ) | const |
Referenced by operator!=().
bool midi_ci::Message::Discovery::operator!= | ( | const Discovery & | x | ) | const |
References operator==(), and x.
ump::DeviceInfo midi_ci::Message::Discovery::device |
Referenced by tie().
std::byte midi_ci::Message::Discovery::capabilities {} |
Referenced by tie().
uint32_t midi_ci::Message::Discovery::maximumSysexSize {} |
Referenced by tie().
std::byte midi_ci::Message::Discovery::outputPathID {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().