다음을 통해 공유


HidDevice.GetBooleanControlDescriptions(HidReportType, UInt16, UInt16) 메서드

정의

지정된 HID 디바이스에 대한 부울 컨트롤에 대한 설명을 검색합니다.

public:
 virtual IVectorView<HidBooleanControlDescription ^> ^ GetBooleanControlDescriptions(HidReportType reportType, unsigned short usagePage, unsigned short usageId) = GetBooleanControlDescriptions;
IVectorView<HidBooleanControlDescription> GetBooleanControlDescriptions(HidReportType const& reportType, uint16_t const& usagePage, uint16_t const& usageId);
public IReadOnlyList<HidBooleanControlDescription> GetBooleanControlDescriptions(HidReportType reportType, ushort usagePage, ushort usageId);
function getBooleanControlDescriptions(reportType, usagePage, usageId)
Public Function GetBooleanControlDescriptions (reportType As HidReportType, usagePage As UShort, usageId As UShort) As IReadOnlyList(Of HidBooleanControlDescription)

매개 변수

reportType
HidReportType

컨트롤 설명이 요청되는 보고서 유형을 지정합니다.

usagePage
UInt16

unsigned short

uint16_t

컨트롤과 연결된 사용 페이지를 식별합니다.

값 0은 모든 사용 페이지에 대한 야생 카드 처리됩니다.

usageId
UInt16

unsigned short

uint16_t

컨트롤과 연결된 사용량을 식별합니다.

값 0은 모든 사용 ID에 대한 야생 카드 처리됩니다.

반환

HidBooleanControlDescription 개체의 벡터입니다.

설명

부울 컨트롤은 켜기/끄기 값을 반환하는 간단한 컨트롤입니다. 단추 컨트롤이라고도 합니다.

적용 대상

추가 정보