NOW LOADING

MidiBluetoothPeripheralResponse


The result of starting or stopping the Bluetooth MIDI peripheral
Namespace Windows.Devices.Midi2.Transports.Bluetooth
Type Name MidiBluetoothPeripheralResponse
Type WinRT Runtime Class
IDL MidiBluetoothPeripheralResponse.idl

Returned by MidiBluetoothTransportManager.StartPeripheralAsync and MidiBluetoothTransportManager.StopPeripheralAsync.

Properties

Property Description
Success True when the operation succeeded.
ErrorCode A MidiBluetoothPeripheralErrorCode.
ErrorMessage The transport’s own wording for the failure.
ErrorHResult The raw HRESULT.
Status The MidiBluetoothPeripheralStatus after the operation, whether or not it succeeded.

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.