Edit

Share via


MidiEndpoint.Received(MidiPacket[]) Method

Definition

Broadcasts the packets to the client input ports which are connected to this source

public CoreMidi.MidiError Received (CoreMidi.MidiPacket[] packets);
member this.Received : CoreMidi.MidiPacket[] -> CoreMidi.MidiError

Parameters

packets
MidiPacket[]

Packets received.

Returns

Status code of the operation

Applies to