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

See the MIDI-CI specification. More...

#include <juce_CIMessages.h>

Collaboration diagram for juce::midi_ci::Message::ProfileDetailsResponse:

Public Member Functions

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

Public Attributes

Span< const std::byte > data
 
Profile profile {}
 
std::byte target {}
 

Detailed Description

See the MIDI-CI specification.

@tags{Audio}

Member Function Documentation

◆ operator!=()

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

References operator==().

◆ operator==()

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

References tie().

Referenced by operator!=().

◆ tie()

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

Member Data Documentation

◆ data

Span<const std::byte> juce::midi_ci::Message::ProfileDetailsResponse::data

Referenced by tie().

◆ profile

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

Referenced by tie().

◆ target

std::byte juce::midi_ci::Message::ProfileDetailsResponse::target {}

Referenced by tie().


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