MidiEndpoint.Received(MidiPacket[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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