다음을 통해 공유


HidOutputReport.GetNumericControl(UInt16, UInt16) 메서드

정의

지정된 usagePage 및 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

매개 변수

usagePage
UInt16

unsigned short

uint16_t

지정된 컨트롤과 연결된 사용 페이지입니다.

usageId
UInt16

unsigned short

uint16_t

지정된 컨트롤과 연결된 사용 식별자입니다.

반환

HidNumericControl l 개체입니다.

적용 대상

추가 정보