HidDevice.CreateFeatureReport 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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 개체입니다.
- 특성