NOW LOADING

MidiNetworkRemoteClientApprovalResponse


Result of approving or denying a waiting remote client
Namespace Windows.Devices.Midi2.Transports.Network
Type Name MidiNetworkRemoteClientApprovalResponse
Type WinRT Runtime Class
IDL MidiNetworkRemoteClientApprovalResponse.idl

Returned by MidiNetworkTransportManager.ApproveOrDenyRemoteClientConnectRequestAsync.

Properties

Property Description
HostId The GUID of the host the decision applied to
ClientId The GUID of the resulting client entry, when one was created
RemoteClientName The UMP Endpoint Name of the remote client
RemoteClientProductInstanceId The Product Instance Id of the remote client
Success True if the decision was applied
ErrorCode A MidiNetworkRemoteClientApprovalErrorCode when Success is false
ErrorMessage A human-readable description of the failure

Remarks

A decision naming a client the service has never seen returns PendingRemoteClientNotFound. This is normal if the client gave up while the user was deciding.

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.