Share via


MidiThruConnectionEndpoint Struct

Definition

Source or Destination of a MidiThruConnection.

[ObjCRuntime.NativeName("MIDIThruConnectionEndpoint")]
public struct MidiThruConnectionEndpoint
[<ObjCRuntime.NativeName("MIDIThruConnectionEndpoint")>]
type MidiThruConnectionEndpoint = struct
Inheritance
MidiThruConnectionEndpoint
Attributes

Remarks

When EndpointRef is zero it is because the endpoint does not exist so UniqueID will be greater than 0.

Constructors

Name Description
MidiThruConnectionEndpoint(Int32, Int32)

Creates a new MidiThruConnectionEndpoint.

Fields

Name Description
EndpointRef

Endpoint handle.

UniqueID

Endpoint unique ID.

Applies to