共用方式為


HidGameControllerProvider.GetFeatureReport(Byte, Byte[]) 方法

定義

從控制器取得指定的 HID (Human Interface Device) 功能報告。

public:
 virtual void GetFeatureReport(byte reportId, Platform::Array <byte> ^ reportBuffer) = GetFeatureReport;
void GetFeatureReport(byte const& reportId, winrt::array_view <byte> & reportBuffer);
public void GetFeatureReport(byte reportId, byte[] reportBuffer);
function getFeatureReport(reportId, reportBuffer)
Public Sub GetFeatureReport (reportId As Byte, reportBuffer As Byte())

參數

reportId
Byte

byte

要取得之報表的識別碼。

reportBuffer

Byte[]

byte[]

傳回報表資料的緩衝區。

備註

針對您自己的自訂類別使用這個方法時,請務必傳入裝置支援的有效報表識別碼;否則,報表緩衝區會保持不變。 此外,請確定報表緩衝區是您所要求之報表類型的正確大小。

您從這個方法取得的報表是原始、未經修改的版本,格式為原始格式;未對它進行剖析。

適用於