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

The TS_REFRESH_RECT_PDU structure contains the contents of the Refresh Rect PDU, which is a Share Data Header and two fields.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_9_2_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
areasToRefresh Collection
numberOfAreas byte
pad3Octects byte[]
shareDataHeader TS_SHAREDATAHEADER

프로퍼티 상세

areasToRefresh 공개적으로 프로퍼티

An array of TS_RECTANGLE16 structures (variable number of bytes). Array of screen area Inclusive Rectangles to redraw. The number of rectangles is given by the numberOfAreas field.
public Collection areasToRefresh
리턴 Collection

numberOfAreas 공개적으로 프로퍼티

An 8-bit unsigned integer. The number of Inclusive Rectangle structures in the areasToRefresh field.
public byte numberOfAreas
리턴 byte

pad3Octects 공개적으로 프로퍼티

A 3 element array of 8-bit unsigned integer values. Padding. Values in this field are ignored.
public byte[] pad3Octects
리턴 byte[]

shareDataHeader 공개적으로 프로퍼티

A 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_REFRESH_RECT (33).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
리턴 TS_SHAREDATAHEADER