See the MIDI-CI specification. More...
#include <juce_CIMessages.h>

Public Member Functions | |
| bool | operator!= (const DiscoveryResponse &x) const |
| bool | operator== (const DiscoveryResponse &x) const |
| auto | tie () const |
Public Attributes | |
| std::byte | capabilities {} |
| ump::DeviceInfo | device |
| std::byte | functionBlock {} |
| Only valid if the message header specifies version 0x02 or greater. | |
| uint32_t | maximumSysexSize {} |
| std::byte | outputPathID {} |
| Only valid if the message header specifies version 0x02 or greater. | |
See the MIDI-CI specification.
@tags{Audio}
|
inline |
References operator==().
|
inline |
References tie().
Referenced by operator!=().
|
inline |
References capabilities, device, functionBlock, maximumSysexSize, and outputPathID.
Referenced by operator==().
| std::byte juce::midi_ci::Message::DiscoveryResponse::capabilities {} |
Referenced by tie().
| ump::DeviceInfo juce::midi_ci::Message::DiscoveryResponse::device |
Referenced by tie().
| std::byte juce::midi_ci::Message::DiscoveryResponse::functionBlock {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().
| uint32_t juce::midi_ci::Message::DiscoveryResponse::maximumSysexSize {} |
Referenced by tie().
| std::byte juce::midi_ci::Message::DiscoveryResponse::outputPathID {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().