Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 868 Bytes

igipgamecontrollerinputsink_onmessagereceived_580857462.md

File metadata and controls

35 lines (24 loc) · 868 Bytes
-api-id -api-type
M:Windows.Gaming.Input.Custom.IGipGameControllerInputSink.OnMessageReceived(System.UInt64,Windows.Gaming.Input.Custom.GipMessageClass,System.Byte,System.Byte,System.Byte[])
winrt method

Windows.Gaming.Input.Custom.IGipGameControllerInputSink.OnMessageReceived

-description

Event raised when a message is received.

-parameters

-param timestamp

Timestamp of the event.

-param messageClass

The class of the message.

-param messageId

The ID of the message.

-param sequenceId

Sequence ID of the message.

-param messageBuffer

Buffer containing the message.

-remarks

-examples

-see-also