Partager via


HidOutputReport.GetNumericControl(UInt16, UInt16) Méthode

Définition

Récupère le contrôle numérique associé à usagePage et usageId donnés.

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

Paramètres

usagePage
UInt16

unsigned short

uint16_t

Page d’utilisation associée au contrôle donné.

usageId
UInt16

unsigned short

uint16_t

Identificateur d’utilisation associé au contrôle donné.

Retours

Objet HidNumericControl l.

S’applique à

Voir aussi