JUCE
Loading...
Searching...
No Matches
juce::midi_ci::Message::StaticSizePropertyExchange Struct Reference

A property-exchange message that has no payload, and must therefore be contained in a single chunk. More...

Inheritance diagram for juce::midi_ci::Message::StaticSizePropertyExchange:

Public Member Functions

auto tie () const
 

Public Attributes

std::byte requestID {}
 
Span< const std::byte > header
 

Detailed Description

A property-exchange message that has no payload, and must therefore be contained in a single chunk.

Member Function Documentation

◆ tie()

auto juce::midi_ci::Message::StaticSizePropertyExchange::tie ( ) const

Member Data Documentation

◆ requestID

std::byte juce::midi_ci::Message::StaticSizePropertyExchange::requestID {}

Referenced by tie().

◆ header

Span<const std::byte> juce::midi_ci::Message::StaticSizePropertyExchange::header

Referenced by tie().