See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
Public Member Functions | |
String | getMessageTextAsString () const |
Convenience function that returns the message's text as a String. | |
auto | tie () const |
bool | operator== (const ACK &x) const |
bool | operator!= (const ACK &x) const |
Public Attributes | |
std::byte | originalCategory {} |
std::byte | statusCode {} |
std::byte | statusData {} |
std::array< std::byte, 5 > | details {} |
Span< const std::byte > | messageText {} |
See the MIDI-CI specification.
String midi_ci::Message::ACK::getMessageTextAsString | ( | ) | const |
Convenience function that returns the message's text as a String.
References messageText, and midi_ci::Encodings::stringFrom7BitText().
auto midi_ci::Message::ACK::tie | ( | ) | const |
References details, messageText, originalCategory, statusCode, and statusData.
Referenced by operator==().
bool midi_ci::Message::ACK::operator== | ( | const ACK & | x | ) | const |
Referenced by operator!=().
bool midi_ci::Message::ACK::operator!= | ( | const ACK & | x | ) | const |
References operator==(), and x.
std::byte midi_ci::Message::ACK::originalCategory {} |
Referenced by tie().
std::byte midi_ci::Message::ACK::statusCode {} |
Referenced by tie().
std::byte midi_ci::Message::ACK::statusData {} |
Referenced by tie().
std::array<std::byte, 5> midi_ci::Message::ACK::details {} |
Referenced by tie().
Span<const std::byte> midi_ci::Message::ACK::messageText {} |
Referenced by getMessageTextAsString(), and tie().