Share via


MidiCIResponder.SendProfile(MidiCIProfile, Byte, NSData) Method

Definition

[Foundation.Export("sendProfile:onChannel:profileData:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SendProfile(CoreMidi.MidiCIProfile profile, byte channel, Foundation.NSData profileSpecificData);
[<Foundation.Export("sendProfile:onChannel:profileData:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SendProfile : CoreMidi.MidiCIProfile * byte * Foundation.NSData -> bool
override this.SendProfile : CoreMidi.MidiCIProfile * byte * Foundation.NSData -> bool

Parameters

profile
MidiCIProfile
channel
Byte
profileSpecificData
NSData

Returns

Attributes

Applies to