MidiPort.Send(MidiEndpoint, MidiPacket[]) Method

Definition

Sends a set of MidiPackets to the specified endpoint.

public CoreMidi.MidiError Send (CoreMidi.MidiEndpoint endpoint, CoreMidi.MidiPacket[] packets);
member this.Send : CoreMidi.MidiEndpoint * CoreMidi.MidiPacket[] -> CoreMidi.MidiError

Parameters

endpoint
MidiEndpoint

Endpoint to send packets to.

packets
MidiPacket[]

The packets to send to the endpoint.

Returns

A status code

Applies to