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

The TS_FP_INPUT_EVENT structure is used to describe the type and encapsulate the data for a fast-path input event sent from client to server. All fast-path input events conform to this basic structure (see sections to ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_1_2_2.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
eventData object
eventHeader nested_TS_FP_INPUT_EVENT_eventHeader

Property Details

eventData public_oe property

Optional and variable length data specific to the input event.
public object eventData
return object

eventHeader public_oe property

An 8-bit unsigned integer. One byte bit-packed event header. Two pieces of information are collapsed into this byte:Fast-path input event typeFlags specific to the input eventThe eventHeader field is structured as follows:
public nested_TS_FP_INPUT_EVENT_eventHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr eventHeader
return nested_TS_FP_INPUT_EVENT_eventHeader