See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
Public Member Functions | |
auto | tie () const |
bool | operator== (const EndpointInquiryResponse &x) const |
bool | operator!= (const EndpointInquiryResponse &x) const |
Public Attributes | |
std::byte | status |
Span< const std::byte > | data |
See the MIDI-CI specification.
auto midi_ci::Message::EndpointInquiryResponse::tie | ( | ) | const |
Referenced by operator==().
bool midi_ci::Message::EndpointInquiryResponse::operator== | ( | const EndpointInquiryResponse & | x | ) | const |
Referenced by operator!=().
bool midi_ci::Message::EndpointInquiryResponse::operator!= | ( | const EndpointInquiryResponse & | x | ) | const |
References operator==(), and x.
std::byte midi_ci::Message::EndpointInquiryResponse::status |
Referenced by tie().