HidDevice.GetDeviceSelector Metodo

Definizione

Overload

GetDeviceSelector(UInt16, UInt16)

Recupera una stringa AQS (Advanced Query Syntax) in base all'utilizzo specificatoPage e usageId.

GetDeviceSelector(UInt16, UInt16, UInt16, UInt16)

Recupera una stringa AQS (Advanced Query Syntax) in base all'utilizzo specificatoPage, usageId, vendorId e productId.

GetDeviceSelector(UInt16, UInt16)

Recupera una stringa AQS (Advanced Query Syntax) in base all'utilizzo specificatoPage e usageId.

public:
 static Platform::String ^ GetDeviceSelector(unsigned short usagePage, unsigned short usageId);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector(uint16_t const& usagePage, uint16_t const& usageId);
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector(ushort usagePage, ushort usageId);
function getDeviceSelector(usagePage, usageId)
Public Shared Function GetDeviceSelector (usagePage As UShort, usageId As UShort) As String

Parametri

usagePage
UInt16

unsigned short

uint16_t

Specifica la pagina di utilizzo della raccolta di primo livello per il dispositivo HID specificato.

usageId
UInt16

unsigned short

uint16_t

Specifica l'identificatore di utilizzo della raccolta di primo livello per il dispositivo HID specificato.

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS (Advanced Query Syntax) che rappresenta un selettore di dispositivi.

Attributi

Si applica a

GetDeviceSelector(UInt16, UInt16, UInt16, UInt16)

Recupera una stringa AQS (Advanced Query Syntax) in base all'utilizzo specificatoPage, usageId, vendorId e productId.

public:
 static Platform::String ^ GetDeviceSelector(unsigned short usagePage, unsigned short usageId, unsigned short vendorId, unsigned short productId);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorVidPid")]
 static winrt::hstring GetDeviceSelector(uint16_t const& usagePage, uint16_t const& usageId, uint16_t const& vendorId, uint16_t const& productId);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorVidPid")]
public static string GetDeviceSelector(ushort usagePage, ushort usageId, ushort vendorId, ushort productId);
function getDeviceSelector(usagePage, usageId, vendorId, productId)
Public Shared Function GetDeviceSelector (usagePage As UShort, usageId As UShort, vendorId As UShort, productId As UShort) As String

Parametri

usagePage
UInt16

unsigned short

uint16_t

Specifica la pagina di utilizzo della raccolta di primo livello per il dispositivo HID specificato.

usageId
UInt16

unsigned short

uint16_t

Specifica l'identificatore di utilizzo della raccolta di primo livello per il dispositivo HID specificato.

vendorId
UInt16

unsigned short

uint16_t

Identifica il fornitore del dispositivo.

productId
UInt16

unsigned short

uint16_t

Identifica il prodotto.

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS (Advanced Query Syntax) che rappresenta un selettore di dispositivi.

Attributi

Si applica a