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