HidOutputReport.GetNumericControl(UInt16, UInt16) Method

Definition

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.

Applies to

See also