HidGameControllerProvider.SendOutputReport(Byte, Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 HID (Human Interface Device) 輸出報告傳送至裝置。
public:
virtual void SendOutputReport(byte reportId, Platform::Array <byte> ^ reportBuffer) = SendOutputReport;
void SendOutputReport(byte const& reportId, winrt::array_view <byte> const& reportBuffer);
public void SendOutputReport(byte reportId, byte[] reportBuffer);
function sendOutputReport(reportId, reportBuffer)
Public Sub SendOutputReport (reportId As Byte, reportBuffer As Byte())
參數
- reportId
-
Byte
byte
要傳送之報表的識別碼。
- reportBuffer
-
Byte[]
byte[]
包含要傳送之報表資料的緩衝區。
備註
針對您自己的自訂類別使用這個方法時,請務必傳入裝置支援的有效報表識別碼;否則,裝置將會忽略它。 此外,請確定報表緩衝區的大小正確,且具有有效的內容。
您從此函式傳送的報表是原始、未經修改的原始版本格式;不會對它進行剖析。