IMidiOutPort.SendBuffer(IBuffer) Method

Definition

Sends the contents of the buffer through the MIDI out port.

public:
 void SendBuffer(IBuffer ^ midiData);
void SendBuffer(IBuffer const& midiData);
public void SendBuffer(IBuffer midiData);
function sendBuffer(midiData)
Public Sub SendBuffer (midiData As IBuffer)

Parameters

midiData
IBuffer

The data to send to the device.

Applies to