MidiStartMessage.RawData Property

Definition

Gets the array of bytes associated with the MIDI message, including status byte.

public:
 property IBuffer ^ RawData { IBuffer ^ get(); };
IBuffer RawData();
public IBuffer RawData { get; }
var iBuffer = midiStartMessage.rawData;
Public ReadOnly Property RawData As IBuffer

Property Value

The array of bytes associated with the MIDI message.

Implements

Remarks

This property is immutable after initialization.

Applies to