C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
eventData object
eventHeader nested_TS_FP_INPUT_EVENT_eventHeader

프로퍼티 상세

eventData 공개적으로 프로퍼티

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

eventHeader 공개적으로 프로퍼티

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
리턴 nested_TS_FP_INPUT_EVENT_eventHeader