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

The TS_FP_UPDATE structure is used to describe and encapsulate the data for a fast-path update sent from server to client. All fast-path updates conform to this basic structure (see sections to ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_1_2_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
compressionFlags compressedType_Values
size ushort
updateHeader byte

Property Details

compressionFlags public_oe property

An 8-bit unsigned integer. Optional compression flags. The flags used in this field are exactly the same as the MPPC flags used in the compressedType field in the Share Data Header and have the same meaning.
public compressedType_Values compressionFlags
return compressedType_Values

size public_oe property

A 16-bit unsigned integer. The size in bytes of the data in the updateData field.
public ushort size
return ushort

updateHeader public_oe property

An 8-bit unsigned integer. Three pieces of information are collapsed into this byte: Fast-path update byte Fast-path fragment sequencing Compression usage indication
public byte updateHeader
return byte