C# Class 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.
Inheritance: RdpegfxClientPdu
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
cacheEntries Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA[]
cacheEntriesCount ushort
totalCacheSize uint

Public Methods

Method Description
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.

Method Details

Decode() public method

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.
return bool

Encode() public method

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.
return void

Property Details

cacheEntries public_oe property

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
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CACHE_ENTRY_METADATA[]

cacheEntriesCount public_oe property

UINT16. Specify the number of RDPGFX_CACHE_ENTRY_METADATA structures.
public ushort cacheEntriesCount
return ushort

totalCacheSize public_oe property

UINT32. Specify the bitmap cache total size of cache entries indicated in the cache import offer request.
public uint totalCacheSize
return uint