| Namespace | Windows.Devices.Midi2.Transports.Network |
|---|---|
| Type Name | MidiNetworkClientConnectResponse |
| Type | WinRT Runtime Class |
| IDL | MidiNetworkClientConnectResponse.idl |
Returned by MidiNetworkTransportManager.ConnectNetworkClientAsync.
| Property | Description |
|---|---|
ClientId |
The GUID of the client entry the request referred to |
Success |
True if the connection request was accepted |
ErrorCode |
A MidiNetworkClientConnectErrorCode 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.
