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