다음을 통해 공유


HidDevice.GetFeatureReportAsync 메서드

정의

오버로드

GetFeatureReportAsync(UInt16)

지정된 HID 디바이스에 대해 reportId 매개 변수로 식별된 기능 보고서를 비동기적으로 검색합니다.

GetFeatureReportAsync()

지정된 HID 디바이스에서 첫 번째 또는 기본 기능 보고서를 비동기적으로 검색합니다.

GetFeatureReportAsync(UInt16)

지정된 HID 디바이스에 대해 reportId 매개 변수로 식별된 기능 보고서를 비동기적으로 검색합니다.

public:
 virtual IAsyncOperation<HidFeatureReport ^> ^ GetFeatureReportAsync(unsigned short reportId) = GetFeatureReportAsync;
/// [Windows.Foundation.Metadata.Overload("GetFeatureReportByIdAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<HidFeatureReport> GetFeatureReportAsync(uint16_t const& reportId);
[Windows.Foundation.Metadata.Overload("GetFeatureReportByIdAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<HidFeatureReport> GetFeatureReportAsync(ushort reportId);
function getFeatureReportAsync(reportId)
Public Function GetFeatureReportAsync (reportId As UShort) As IAsyncOperation(Of HidFeatureReport)

매개 변수

reportId
UInt16

unsigned short

uint16_t

요청된 기능 보고서를 식별합니다.

반환

HidFeatureReport 개체입니다.

특성

설명

FileAccessMode.Read 또는 FileAccessMode.ReadWrite를 사용하여 디바이스를 열어야 합니다.

추가 정보

적용 대상

GetFeatureReportAsync()

지정된 HID 디바이스에서 첫 번째 또는 기본 기능 보고서를 비동기적으로 검색합니다.

public:
 virtual IAsyncOperation<HidFeatureReport ^> ^ GetFeatureReportAsync() = GetFeatureReportAsync;
/// [Windows.Foundation.Metadata.Overload("GetFeatureReportAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<HidFeatureReport> GetFeatureReportAsync();
[Windows.Foundation.Metadata.Overload("GetFeatureReportAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<HidFeatureReport> GetFeatureReportAsync();
function getFeatureReportAsync()
Public Function GetFeatureReportAsync () As IAsyncOperation(Of HidFeatureReport)

반환

HidFeatureReport 개체입니다.

특성

설명

메서드의 이 instance 사용 가능한 첫 번째 기능 보고서를 검색합니다.

FileAccessMode.Read 또는 FileAccessMode.ReadWrite를 사용하여 디바이스를 열어야 합니다.

적용 대상