다음을 통해 공유


HidGameControllerProvider.SendOutputReport(Byte, Byte[]) 메서드

정의

지정된 HID(휴먼 인터페이스 디바이스) 출력 보고서를 디바이스에 보냅니다.

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

보낼 보고서의 ID입니다.

reportBuffer

Byte[]

byte[]

보낼 보고서 데이터가 포함된 버퍼입니다.

설명

사용자 고유의 사용자 지정 클래스에 이 메서드를 사용하는 경우 디바이스에서 지원하는 유효한 보고서 ID를 전달해야 합니다. 그렇지 않으면 디바이스에서 무시합니다. 또한 보고서 버퍼가 올바른 크기이고 유효한 내용이 있는지 확인합니다.

이 함수에서 보내는 보고서는 원래 형식의 수정되지 않은 원시 버전입니다. 구문 분석이 수행되지 않습니다.

적용 대상