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

The TS_UPDATE_SYNC_PDU_DATA structure is an artifact of the T.128 protocol (see [T128] section 8.6.2) and is ignored by current Microsoft RDP client implementations.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_3_1_3.xml
Inheritance: RdpbcgrSlowPathUpdatePdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
pad2Octets ushort
shareDataHeader TS_SHAREDATAHEADER
updateType ushort

Property Details

pad2Octets public_oe property

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

shareDataHeader public_oe property

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_UPDATE (2).
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
return TS_SHAREDATAHEADER

updateType public_oe property

A 16-bit unsigned integer. Graphics update type. This field MUST be set to UPDATETYPE_SYNCHRONIZE (0x0003).
public ushort updateType
return ushort