C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_POINTER_PDU

The Pointer Update PDU is sent from server to client and is used to convey pointer information, including pointers' bitmap images, use of system or hidden pointers, use of cached cursors and position updates.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_4.xml
상속: RdpbcgrSlowPathUpdatePdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
messageType ushort
pad2Octets ushort
pointerAttributeData object
shareDataHeader TS_SHAREDATAHEADER

프로퍼티 상세

messageType 공개적으로 프로퍼티

A 16-bit unsigned integer. Type of pointer update.
public ushort messageType
리턴 ushort

pad2Octets 공개적으로 프로퍼티

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2Octets
리턴 ushort

pointerAttributeData 공개적으로 프로퍼티

TS_POINTERPOSATTRIBUTE (4 bytes), TS_SYSTEMPOINTERATTRIBUTE (4 bytes), TS_COLORPOINTERATTRIBUTE (variable number of bytes), TS_POINTERATTRIBUTE (variable number of bytes) or TS_CACHEDPOINTERATTRIBUTE (2 bytes):The actual contents of the slow-path pointer update (see sections to ).
public object pointerAttributeData
리턴 object

shareDataHeader 공개적으로 프로퍼티

Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_POINTER (27).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER