JUCE
|
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. More... | |
auto | tie () const |
bool | operator== (const NAK &x) const |
bool | operator!= (const NAK &x) const |
Public Attributes | |
std::byte | originalCategory {} |
Only valid if the message header specifies version 0x02 or greater. More... | |
std::byte | statusCode {} |
Only valid if the message header specifies version 0x02 or greater. More... | |
std::byte | statusData {} |
Only valid if the message header specifies version 0x02 or greater. More... | |
std::array< std::byte, 5 > | details {} |
Only valid if the message header specifies version 0x02 or greater. More... | |
Span< const std::byte > | messageText {} |
Only valid if the message header specifies version 0x02 or greater. More... | |
See the MIDI-CI specification.
String juce::midi_ci::Message::NAK::getMessageTextAsString | ( | ) | const |
Convenience function that returns the message's text as a String.
References messageText, and juce::midi_ci::Encodings::stringFrom7BitText().
auto juce::midi_ci::Message::NAK::tie | ( | ) | const |
References details, messageText, originalCategory, statusCode, and statusData.
Referenced by operator==().
bool juce::midi_ci::Message::NAK::operator== | ( | const NAK & | x | ) | const |
Referenced by operator!=().
bool juce::midi_ci::Message::NAK::operator!= | ( | const NAK & | x | ) | const |
References operator==(), and x.
std::byte juce::midi_ci::Message::NAK::originalCategory {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().
std::byte juce::midi_ci::Message::NAK::statusCode {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().
std::byte juce::midi_ci::Message::NAK::statusData {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().
std::array<std::byte, 5> juce::midi_ci::Message::NAK::details {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().
Span<const std::byte> juce::midi_ci::Message::NAK::messageText {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by getMessageTextAsString(), and tie().