JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse Struct Reference

See the MIDI-CI specification. More...

#include <juce_CIMessages.h>

Collaboration diagram for juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse:

Public Member Functions

bool operator!= (const PropertyExchangeCapabilitiesResponse &x) const
 
bool operator== (const PropertyExchangeCapabilitiesResponse &x) const
 
auto tie () const
 

Public Attributes

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.
 
std::byte numSimultaneousRequestsSupported {}
 

Detailed Description

See the MIDI-CI specification.

@tags{Audio}

Member Function Documentation

◆ operator!=()

bool juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse::operator!= ( const PropertyExchangeCapabilitiesResponse x) const
inline

References operator==().

◆ operator==()

bool juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse::operator== ( const PropertyExchangeCapabilitiesResponse x) const
inline

References tie().

Referenced by operator!=().

◆ tie()

auto juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse::tie ( ) const
inline

Member Data Documentation

◆ majorVersion

std::byte juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse::majorVersion {}

Only valid if the message header specifies version 0x02 or greater.

Referenced by tie().

◆ minorVersion

std::byte juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse::minorVersion {}

Only valid if the message header specifies version 0x02 or greater.

Referenced by tie().

◆ numSimultaneousRequestsSupported

std::byte juce::midi_ci::Message::PropertyExchangeCapabilitiesResponse::numSimultaneousRequestsSupported {}

Referenced by tie().


The documentation for this struct was generated from the following file: