다음을 통해 공유


HidDevice.CreateFeatureReport 메서드

정의

오버로드

CreateFeatureReport()

호스트가 디바이스에 보낼 유일한 기능 보고서 또는 기본 기능 보고서를 만듭니다.

CreateFeatureReport(UInt16)

호스트가 디바이스에 보낼 reportId 매개 변수로 식별되는 기능 보고서를 만듭니다.

CreateFeatureReport()

호스트가 디바이스에 보낼 유일한 기능 보고서 또는 기본 기능 보고서를 만듭니다.

public:
 virtual HidFeatureReport ^ CreateFeatureReport() = CreateFeatureReport;
/// [Windows.Foundation.Metadata.Overload("CreateFeatureReport")]
HidFeatureReport CreateFeatureReport();
[Windows.Foundation.Metadata.Overload("CreateFeatureReport")]
public HidFeatureReport CreateFeatureReport();
function createFeatureReport()
Public Function CreateFeatureReport () As HidFeatureReport

반환

HidFeatureReport 개체입니다.

특성

추가 정보

적용 대상

CreateFeatureReport(UInt16)

호스트가 디바이스에 보낼 reportId 매개 변수로 식별되는 기능 보고서를 만듭니다.

public:
 virtual HidFeatureReport ^ CreateFeatureReport(unsigned short reportId) = CreateFeatureReport;
/// [Windows.Foundation.Metadata.Overload("CreateFeatureReportById")]
HidFeatureReport CreateFeatureReport(uint16_t const& reportId);
[Windows.Foundation.Metadata.Overload("CreateFeatureReportById")]
public HidFeatureReport CreateFeatureReport(ushort reportId);
function createFeatureReport(reportId)
Public Function CreateFeatureReport (reportId As UShort) As HidFeatureReport

매개 변수

reportId
UInt16

unsigned short

uint16_t

생성되는 보고서를 식별합니다.

반환

HidFeatureReport 개체입니다.

특성

추가 정보

적용 대상