| Namespace | Windows.Devices.Midi2.ServiceConfig |
|---|---|
| Type Name | MidiServiceTransportCommand |
| Type | WinRT Runtime Class |
| Implements | Windows.Devices.Midi2.ServiceConfig.IMidiServiceTransportPluginConfig |
| IDL | MidiServiceTransportCommand.idl |
| Library |
This class represents a command (verb + arguments) to be sent to a transport plugin via MidiServiceTransportPluginConfigManager.SendCommand(). Common verbs are available as static properties on MidiServiceTransportCommonCommands.
| Constructor | Description |
|---|---|
MidiServiceTransportCommand(transportId) |
Create an empty command for the specified transport |
MidiServiceTransportCommand(transportId, verb) |
Create a command with the specified verb |
MidiServiceTransportCommand(transportId, verb, arguments) |
Create a command with the specified verb and arguments |
| Property | Description |
|---|---|
Verb |
The command verb string (e.g., from MidiServiceTransportCommonCommands) |
Arguments |
A map of string key/value argument pairs for this command |
