Interface MIDICIProfileResponderDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
MIDICIProfileResponderDelegateAdapter

public interface MIDICIProfileResponderDelegate
extends NSObjectProtocol
Since:
Available in iOS 14.0 and later.
  • Method Details

    • connectInitiator

      boolean connectInitiator​(NSNumber initiatorMUID, MIDICIDeviceInfo deviceInfo)
    • initiatorDisconnected

      void initiatorDisconnected​(NSNumber initiatorMUID)
    • willSetProfile

      boolean willSetProfile​(MIDICIProfile aProfile, byte channel, boolean shouldEnable)
    • handleDataForProfile

      void handleDataForProfile​(MIDICIProfile aProfile, byte channel, NSData inData)