| Namespace | Windows.Devices.Midi2 |
|---|---|
| Type Name | IMidiEndpointConnectionSource |
| Type | WinRT Explicit Interface |
| IDL | IMidiEndpointConnectionSource.idl |
| Library |
Interface which is used to prevent circular references in the SDK, specifically with message processing plugins. This interface is only supported when used by the MidiEndpointConnection class.
| Property | Description |
|---|---|
ConnectionId |
The generated GUID which uniquely identifies this connection instance. |
ConnectedEndpointDeviceId |
The system-wide identifier for the endpoint device. |
Settings |
The MidiEndpointConnectionSettings used to create this connection. |
IsOpen |
True if this connection is currently open. |
Tag |
Optional application-supplied object associated with this connection. |
| Event | Description |
|---|---|
EndpointDeviceDisconnected(source, args) |
Raised when the endpoint device has disconnected. |
EndpointDeviceReconnected(source, args) |
Raised when the endpoint device has reconnected, when automatic reconnection is enabled. |
