C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_IMPORT_OFFER

The RDPGFX_FRAME_ACK message is sent from client to inform the server of bitmap data that is present in the client-side persistent bitmap cache.
Наследование: RdpegfxClientPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
cacheEntries Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA[]
cacheEntriesCount ushort
totalCacheSize uint

Открытые методы

Метод Описание
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

Описание методов

Decode() публичный Метод

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to decode the fields of this PDU.
Результат bool

Encode() публичный Метод

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
Результат void

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

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

Variable-length. Specify a collection of bitmap cache entries present on the client.
public RDPGFX_CACHE_ENTRY_METADATA[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx cacheEntries
Результат Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA[]

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

UINT16. Specify the number of RDPGFX_CACHE_ENTRY_METADATA structures.
public ushort cacheEntriesCount
Результат ushort

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

UINT32. Specify the bitmap cache total size of cache entries indicated in the cache import offer request.
public uint totalCacheSize
Результат uint