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

See the MIDI-CI specification. More...

#include <juce_CIMessages.h>

Collaboration diagram for juce::midi_ci::Message::DiscoveryResponse:

Public Member Functions

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

Public Attributes

std::byte capabilities {}
 
ump::DeviceInfo device
 
std::byte functionBlock {}
 Only valid if the message header specifies version 0x02 or greater.
 
uint32_t maximumSysexSize {}
 
std::byte outputPathID {}
 Only valid if the message header specifies version 0x02 or greater.
 

Detailed Description

See the MIDI-CI specification.

@tags{Audio}

Member Function Documentation

◆ operator!=()

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

References operator==().

◆ operator==()

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

References tie().

Referenced by operator!=().

◆ tie()

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

Member Data Documentation

◆ capabilities

std::byte juce::midi_ci::Message::DiscoveryResponse::capabilities {}

Referenced by tie().

◆ device

ump::DeviceInfo juce::midi_ci::Message::DiscoveryResponse::device

Referenced by tie().

◆ functionBlock

std::byte juce::midi_ci::Message::DiscoveryResponse::functionBlock {}

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

Referenced by tie().

◆ maximumSysexSize

uint32_t juce::midi_ci::Message::DiscoveryResponse::maximumSysexSize {}

Referenced by tie().

◆ outputPathID

std::byte juce::midi_ci::Message::DiscoveryResponse::outputPathID {}

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

Referenced by tie().


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