JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::midi_ci::PropertySubscriptionData Struct Reference

Contains information relating to a subscription update. More...

#include <juce_CIDeviceListener.h>

Collaboration diagram for juce::midi_ci::PropertySubscriptionData:

Public Attributes

Span< const std::byte > body
 
PropertySubscriptionHeader header
 

Detailed Description

Contains information relating to a subscription update.

Check the header's subscription kind to find out whether the payload is a full update, a partial update, or empty (as is the case for a notification or subscription-end request).

@tags{Audio}

Member Data Documentation

◆ body

Span<const std::byte> juce::midi_ci::PropertySubscriptionData::body

◆ header

PropertySubscriptionHeader juce::midi_ci::PropertySubscriptionData::header

The documentation for this struct was generated from the following file: