Share via


IMidiCIProfileResponderDelegate Interface

Definition

This interface represents the Objective-C protocol MIDICIProfileResponderDelegate.

[Foundation.Protocol(Name="MIDICIProfileResponderDelegate", WrapperType=typeof(CoreMidi.MidiCIProfileResponderDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConnectInitiator", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSNumber), typeof(CoreMidi.MidiCIDeviceInfo) }, ReturnType=typeof(System.Boolean), Selector="connectInitiator:withDeviceInfo:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="InitiatorDisconnected", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNumber) }, Selector="initiatorDisconnected:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillSetProfile", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreMidi.MidiCIProfile), typeof(System.Byte), typeof(System.Boolean) }, ReturnType=typeof(System.Boolean), Selector="willSetProfile:onChannel:enabled:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="HandleData", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreMidi.MidiCIProfile), typeof(System.Byte), typeof(Foundation.NSData) }, Selector="handleDataForProfile:onChannel:data:")]
public interface IMidiCIProfileResponderDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MIDICIProfileResponderDelegate", WrapperType=typeof(CoreMidi.MidiCIProfileResponderDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ConnectInitiator", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSNumber), typeof(CoreMidi.MidiCIDeviceInfo) }, ReturnType=typeof(System.Boolean), Selector="connectInitiator:withDeviceInfo:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="InitiatorDisconnected", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNumber) }, Selector="initiatorDisconnected:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillSetProfile", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreMidi.MidiCIProfile), typeof(System.Byte), typeof(System.Boolean) }, ReturnType=typeof(System.Boolean), Selector="willSetProfile:onChannel:enabled:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="HandleData", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreMidi.MidiCIProfile), typeof(System.Byte), typeof(Foundation.NSData) }, Selector="handleDataForProfile:onChannel:data:")>]
type IMidiCIProfileResponderDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to