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

See the MIDI-CI specification. More...

#include <juce_CIMessages.h>

Collaboration diagram for juce::midi_ci::Message::ProfileDisabledReport:

Public Member Functions

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

Public Attributes

uint16_t numChannels {}
 Only valid if the message header specifies version 0x02 or greater.
 
Profile profile {}
 

Detailed Description

See the MIDI-CI specification.

@tags{Audio}

Member Function Documentation

◆ operator!=()

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

References operator==().

◆ operator==()

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

References tie().

Referenced by operator!=().

◆ tie()

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

References numChannels, and profile.

Referenced by operator==().

Member Data Documentation

◆ numChannels

uint16_t juce::midi_ci::Message::ProfileDisabledReport::numChannels {}

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

Referenced by tie().

◆ profile

Profile juce::midi_ci::Message::ProfileDisabledReport::profile {}

Referenced by tie().


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