MidiPort.Send(MidiEndpoint, 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.
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