IMidiOutPort.SendBuffer(IBuffer) 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 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.