
Namespace | Microsoft.Windows.Devices.Midi2 |
---|---|
Type Name | IMidiEndpointConnectionSettings |
Type | WinRT Explicit Interface |
IDL | IMidiEndpointConnectionSettings.idl |
Library | Microsoft.Windows.Devices.Midi2.dll |
Settings which are optionally provided when connecting to an endpoint. When needed, the implementation of the endpoint will come with a concrete settings class which implements this interface, and translates the settings into JSON which is sent up to the service and read by the abstraction.
Property | Description |
---|---|
SettingsJson |
The JSON string representation of the settings. Any implementation of this class must provide a valid JSON string from this property. |