| Namespace | Microsoft.Windows.Devices.Midi2.Messages |
|---|---|
| Type Name | MidiEndpointDiscoveryRequests |
| Type | WinRT Enumeration (a 32-bit unsigned or signed integer) |
| IDL | MidiEndpointDiscoveryRequestsEnum.idl |
| Library | Microsoft.Windows.Devices.Midi2.dll |
Used to indicate which endpoint discovery messages you want to receive when you query an endpoint.
| Property | Value | Description |
|---|---|---|
None |
0x00000000 |
Request nothing. |
RequestEndpointInformation |
0x00000001 |
Request the details of the endpoint. |
RequestDeviceIdentity |
0x00000002 |
Request identity information including System Exclusive Ids and version information |
RequestEndpointName |
0x00000004 |
Request endpoint name messages |
RequestProductInstanceId |
0x00000008 |
Request product instance id messages |
RequestStreamConfiguration |
0x00000010 |
Request the stream configuration |
