MidiCISession
MidiCISession(IntPtr)
MidiCISession(NativeHandle)
MidiCISession(NSObjectFlag)
MidiCISession(UInt32, Action)
MidiCISession(MidiCIDiscoveredNode, Action, MidiCISessionDisconnectHandler)
ClassHandle
DeviceIdentification
DeviceInfo
Entity
MaxPropertyRequests
MaxSysExSize
ProfileChangedCallback
ProfileSpecificDataHandler
PropertyChangedCallback
SupportsProfileCapability
SupportsPropertyCapability
DisableProfile(MidiCIProfile, Byte, NSError)
EnableProfile(MidiCIProfile, Byte, NSError)
GetProfileState(Byte)
GetProperty(NSData, Byte, MidiCIPropertyResponseHandler)
HasProperty(NSData, Byte, MidiCIPropertyResponseHandler)
SendProfile(MidiCIProfile, Byte, NSData)
SetProperty(NSData, Byte, MidiCIPropertyResponseHandler)
xamarinios
namespace CoreMidi
{
[Introduced(PlatformName.MacOSX, 10, 14, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Register("MIDICISession", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class MidiCISession : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initWithMIDIEntity:dataReadyHandler:")]
public MidiCISession(uint entity, [BlockProxy(typeof(NIDAction))] Action! handler);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin macOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API