See the MIDI-CI specification.
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. |
|
inline |
References majorVersion, minorVersion, and numSimultaneousRequestsSupported.
Referenced by operator==().
|
inline |
Referenced by operator!=().
|
inline |
References operator==(), and x.
std::byte juce::midi_ci::Message::PropertyExchangeCapabilities::numSimultaneousRequestsSupported {} |
Referenced by tie().
std::byte juce::midi_ci::Message::PropertyExchangeCapabilities::majorVersion {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().
std::byte juce::midi_ci::Message::PropertyExchangeCapabilities::minorVersion {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().