C# Class 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.
Inheritance: RdpegfxServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
cacheSlotsList List
importedEntriesCount ushort

Méthodes publiques

Méthode Description
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.

Method Details

AssignSlot() public méthode

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.
Résultat void

Decode() public méthode

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.
Résultat bool

Encode() public méthode

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.
Résultat void

RDPGFX_CACHE_IMPORT_REPLY() public méthode

Constructor, create a cache to surface message, with only 1 destination copy position.
public RDPGFX_CACHE_IMPORT_REPLY ( ) : System
Résultat System

Property Details

cacheSlotsList public_oe property

An array of 16-bit unsigned integer. specify a cache slot that each imported entry has been assigned. .
public List cacheSlotsList
Résultat List

importedEntriesCount public_oe property

A 16-bit, unsigned integer. specify the number of entries that were imported into the server-side Bitmap Cache Map ADM.
public ushort importedEntriesCount
Résultat ushort