Functions used by a SubscriptionManager to negotiate subscriptions.  
 More...
#include <juce_CISubscriptionManager.h>
Functions used by a SubscriptionManager to negotiate subscriptions. 
◆ ~SubscriptionManagerDelegate()
  
  | 
        
          | virtual juce::midi_ci::SubscriptionManagerDelegate::~SubscriptionManagerDelegate | ( |  | ) |  |  | virtualdefault | 
 
 
◆ sendPropertySubscribe()
Called when the manager wants to send an update. 
 
 
◆ abortPropertyRequest()
  
  | 
        
          | virtual void juce::midi_ci::SubscriptionManagerDelegate::abortPropertyRequest | ( | RequestKey |  | ) |  |  | pure virtual | 
 
Called by the manager to cancel a previous request. 
 
 
◆ propertySubscriptionChanged()
  
  | 
        
          | virtual void juce::midi_ci::SubscriptionManagerDelegate::propertySubscriptionChanged | ( | SubscriptionKey | , |  
          |  |  | const std::optional< String > & | ) |  | pure virtual | 
 
Called by the manager when the remote device provides a subscribeId, or when it terminates a subscription. 
 
 
The documentation for this struct was generated from the following file: