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

The TS_SUPPRESS_OUTPUT_PDU structure contains the contents of the Suppress Output 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_3_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
allowDisplayUpdates AllowDisplayUpdates_SUPPRESS_OUTPUT
desktopRect TS_RECTANGLE16
pad3Octects byte[]
shareDataHeader TS_SHAREDATAHEADER

Property Details

allowDisplayUpdates public_oe property

An 8-bit unsigned integer. If set to zero, all screen updates from the server are turned off. Any value greater than zero will restore display updates from the server.
public AllowDisplayUpdates_SUPPRESS_OUTPUT allowDisplayUpdates
return AllowDisplayUpdates_SUPPRESS_OUTPUT

desktopRect public_oe property

An Inclusive Rectangle which contains the coordinates of the virtual desktop if the suppressOutput field is greater than zero. If the suppressOutput field is set to zero, this field is not included in the PDU.
public TS_RECTANGLE16,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr desktopRect
return TS_RECTANGLE16

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

AShare Data Header containing information about the packet (see section ). 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_SUPPRESS_OUTPUT (35).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
return TS_SHAREDATAHEADER