#include <juce_UMPDeviceInfo.h>
|
template<typename Archive, typename This> |
static auto | serialise (Archive &archive, This &t) |
|
Holds MIDI device info that may be required by certain UMP messages and MIDI-CI messages.
Definition at line 32 of file juce_UMPDeviceInfo.h.
◆ operator!=()
bool juce::universal_midi_packets::DeviceInfo::operator!= |
( |
const DeviceInfo & | other | ) |
const |
|
inline |
◆ operator==()
bool juce::universal_midi_packets::DeviceInfo::operator== |
( |
const DeviceInfo & | other | ) |
const |
|
inline |
◆ serialise()
template<typename Archive, typename This>
static auto juce::universal_midi_packets::DeviceInfo::serialise |
( |
Archive & | archive, |
|
|
This & | t ) |
|
inlinestatic |
◆ family
std::array<std::byte, 2> juce::universal_midi_packets::DeviceInfo::family |
◆ manufacturer
std::array<std::byte, 3> juce::universal_midi_packets::DeviceInfo::manufacturer |
◆ marshallingVersion
auto juce::universal_midi_packets::DeviceInfo::marshallingVersion = std::nullopt |
|
staticconstexpr |
◆ modelNumber
std::array<std::byte, 2> juce::universal_midi_packets::DeviceInfo::modelNumber |
◆ revision
std::array<std::byte, 4> juce::universal_midi_packets::DeviceInfo::revision |
The documentation for this struct was generated from the following file: