Share via


HidInputReport.GetNumericControl(UInt16, UInt16) 메서드

정의

usagePageusageId 매개 변수와 연결된 숫자 컨트롤을 검색하고 지정된 입력 보고서에 있습니다.

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

매개 변수

usagePage
UInt16

unsigned short

uint16_t

지정된 HID 디바이스에 대한 최상위 컬렉션의 사용 페이지입니다.

usageId
UInt16

unsigned short

uint16_t

지정된 HID 디바이스에 대한 최상위 컬렉션의 사용 식별자입니다.

반환

HidNumericControl 개체입니다.

적용 대상

추가 정보