public interface MIDICIProfileResponderDelegate
Protocol for an NSObject that constructs and issues responses for a MIDICIResponder. A MIDICIProfileResponderDelegate is required to construct a MIDICIResponder.
| Modifier and Type | Method and Description |
|---|---|
boolean |
connectInitiatorWithDeviceInfo(NSNumber initiatorMUID,
MIDICIDeviceInfo deviceInfo)
Allow a new MIDI-CI Initiator to create a session or reject the connection attempt
|
default void |
handleDataForProfileOnChannelData(MIDICIProfile aProfile,
byte channel,
NSData inData) |
void |
initiatorDisconnected(NSNumber initiatorMUID)
Called when an initiator terminates its MIDI-CI connection
|
default boolean |
willSetProfileOnChannelEnabled(MIDICIProfile aProfile,
byte channel,
boolean shouldEnable)
These methods must be implemented if the associated responder implements MIDI-CI profiles.
|
boolean connectInitiatorWithDeviceInfo(NSNumber initiatorMUID, MIDICIDeviceInfo deviceInfo)
default void handleDataForProfileOnChannelData(MIDICIProfile aProfile, byte channel, NSData inData)
void initiatorDisconnected(NSNumber initiatorMUID)
default boolean willSetProfileOnChannelEnabled(MIDICIProfile aProfile, byte channel, boolean shouldEnable)