NOW LOADING

MidiServiceConfigResponse


Response from the service from a configuration attempt
Namespace Windows.Devices.Midi2.ServiceConfig
Type Name MidiServiceConfigResponse
Type WinRT Runtime Class
IDL MidiServiceConfigResponse.idl
Library

Plugin-specific configuration return results.

Important Note

The json config sent to and received from the service is an implementation detail, not a contract, and is subject to change. Do not attempt to manually manipulate or create json to send to the MIDI Service, or manually parse the json return results, unless you are creating a transport yourself.

Properties

Property Description
Status A MidiServiceConfigResponseStatus value indicating success or failure.
ServiceErrorCode A transport-specific error code if the operation failed.
ServiceErrorMessage A human-readable error message from the service if the operation failed.
ResponseJson A JsonObject with transport-specific response details.

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.