다음을 통해 공유


HidDevice.SendFeatureReportAsync(HidFeatureReport) 메서드

정의

호스트에서 디바이스로 기능 보고서를 비동기적으로 보냅니다.

public:
 virtual IAsyncOperation<unsigned int> ^ SendFeatureReportAsync(HidFeatureReport ^ featureReport) = SendFeatureReportAsync;
IAsyncOperation<uint32_t> SendFeatureReportAsync(HidFeatureReport const& featureReport);
public IAsyncOperation<uint> SendFeatureReportAsync(HidFeatureReport featureReport);
function sendFeatureReportAsync(featureReport)
Public Function SendFeatureReportAsync (featureReport As HidFeatureReport) As IAsyncOperation(Of UInteger)

매개 변수

featureReport
HidFeatureReport

호스트가 디바이스에 보내는 기능 보고서입니다.

반환

IAsyncOperation<UInt32>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint32_t>

비동기 작업의 결과입니다.

설명

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

적용 대상

추가 정보