C# Class 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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
areasToRefresh Collection
numberOfAreas byte
pad3Octects byte[]
shareDataHeader TS_SHAREDATAHEADER

Property Details

areasToRefresh public_oe property

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
return Collection

numberOfAreas public_oe property

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

pad3Octects public_oe property

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

shareDataHeader public_oe property

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
return TS_SHAREDATAHEADER