C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
compressionFlags compressedType_Values
size ushort
updateHeader byte

Описание свойств

compressionFlags публичное свойство

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
Результат compressedType_Values

size публичное свойство

A 16-bit unsigned integer. The size in bytes of the data in the updateData field.
public ushort size
Результат ushort

updateHeader публичное свойство

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
Результат byte