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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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