HidOutputReport.GetNumericControl(UInt16, UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the numeric control associated with the given usagePage and usageId.
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
Parameters
- usagePage
-
UInt16
unsigned short
uint16_t
The usage page associated with the given control.
- usageId
-
UInt16
unsigned short
uint16_t
The usage identifier associated with the given control.
Returns
A HidNumericControl l object.