| Namespace | Windows.Devices.Midi2.Transports.Network |
|---|---|
| Type Name | MidiNetworkHostUpdateResponse |
| Type | WinRT Runtime Class |
| IDL | MidiNetworkHostUpdateResponse.idl |
Returned by MidiNetworkTransportManager.StartNetworkHostAsync and StopNetworkHostAsync.
| Property | Description |
|---|---|
HostId |
The GUID of the host the request referred to |
Success |
True if the host was started or stopped as requested |
ErrorCode |
A MidiNetworkHostUpdateErrorCode when Success is false |
ErrorMessage |
A human-readable description of the failure |
Check Success first. When it is false, ErrorCode gives the machine-readable reason and ErrorMessage a localized description suitable for display.
