MidiActiveSensingMessage.RawData Property
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.
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 = midiActiveSensingMessage.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.