| 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.
| 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. |
