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

The TS_UPDATE_PALETTE_PDU_DATA structure contains global palette information that covers the entire session's palette (see [T128] section 8.18.6).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_1_3_1_1.xml
Inheritance: RdpbcgrSlowPathUpdatePdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
paletteData TS_UPDATE_PALETTE_DATA
shareDataHeader TS_SHAREDATAHEADER

Property Details

paletteData public_oe property

The actual palette update data, as specified in section 2.2.9.1.1.3.1.1.1.
public TS_UPDATE_PALETTE_DATA,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr paletteData
return TS_UPDATE_PALETTE_DATA

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