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

The RDPGFX_CACHE_IMPORT_REPLY message is to indicate that persistent bitmap cache metadata advertised in the RDPGFX_CACHE_IMPORT_OFFER message has been transferred to the bitmap cache.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

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

Свойство Тип Описание
cacheSlotsList List
importedEntriesCount ushort

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

Метод Описание
AssignSlot ( ushort slot ) : void

Assign a cache slot assigned for a cache entry.

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.

RDPGFX_CACHE_IMPORT_REPLY ( ) : System

Constructor, create a cache to surface message, with only 1 destination copy position.

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

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

Assign a cache slot assigned for a cache entry.
public AssignSlot ( ushort slot ) : void
slot ushort This is used to specify cache slot to be assigned for a cache entry.
Результат void

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

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

Constructor, create a cache to surface message, with only 1 destination copy position.
public RDPGFX_CACHE_IMPORT_REPLY ( ) : System
Результат System

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

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

An array of 16-bit unsigned integer. specify a cache slot that each imported entry has been assigned. .
public List cacheSlotsList
Результат List

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

A 16-bit, unsigned integer. specify the number of entries that were imported into the server-side Bitmap Cache Map ADM.
public ushort importedEntriesCount
Результат ushort