Compartir a través de


HidFeatureReport.GetNumericControl(UInt16, UInt16) Método

Definición

Recupera el control numérico asociado a los parámetros usagePage y usageId y se encuentra en el informe de características especificado.

public:
 virtual HidNumericControl ^ GetNumericControl(unsigned short usagePage, unsigned short usageId) = GetNumericControl;
HidNumericControl GetNumericControl(uint16_t const& usagePage, uint16_t const& usageId);
public HidNumericControl GetNumericControl(ushort usagePage, ushort usageId);
function getNumericControl(usagePage, usageId)
Public Function GetNumericControl (usagePage As UShort, usageId As UShort) As HidNumericControl

Parámetros

usagePage
UInt16

unsigned short

uint16_t

Página de uso de la colección de nivel superior para el dispositivo HID especificado.

usageId
UInt16

unsigned short

uint16_t

Identificador de uso de la colección de nivel superior para el dispositivo HID especificado.

Devoluciones

Un objeto HidNumericControl .

Se aplica a

Consulte también