C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_INPUT_EVENT

The TS_INPUT_EVENT structure is used to wrap event-specific information for all slow-path input events.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_1_1_3_1.xml
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
eventTime uint
messageType TS_INPUT_EVENT_messageType_Values
slowPathInputData object

Property Details

eventTime public property

A 32-bit unsigned integer. The 32-bit timestamp for the input event. This value is ignored by the server.
public uint eventTime
return uint

messageType public property

A 16-bit unsigned integer. The input event type.
public TS_INPUT_EVENT_messageType_Values messageType
return TS_INPUT_EVENT_messageType_Values

slowPathInputData public property

TS_KEYBOARD_EVENT, TS_UNICODE_KEYBOARD_EVENT, TS_POINTER_EVENT, TS_POINTERX_EVENT or TS_SYNC_EVENT. The actual contents of the slow-path input event (see sections through ).
public object slowPathInputData
return object