NOW LOADING

MidiNetworkRemoteClientDisconnectResponse


Result of disconnecting one remote client from a host on this PC
Namespace Windows.Devices.Midi2.Transports.Network
Type Name MidiNetworkRemoteClientDisconnectResponse
Type WinRT Runtime Class
IDL MidiNetworkRemoteClientDisconnectResponse.idl

Returned by MidiNetworkTransportManager.DisconnectRemoteClientAsync.

Properties

Property Description
HostId Host GUID targeted by the request
RemoteClientName Remote client UMP Endpoint Name targeted by the request
RemoteClientProductInstanceId Remote client Product Instance Id targeted by the request
Success True if the client session was disconnected
ErrorCode MidiNetworkRemoteClientDisconnectErrorCode when Success is false
ErrorMessage Human-readable error text

Remarks

A successful disconnect does not deny future reconnect requests from that remote client.

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.