C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_Progressive_CONTEXT

The RFX_Progressive_CONTEXT block is used to provide information about compressed data.
상속: RFX_Progressive_DataBlock
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ctxId byte
flags byte
tileSize ushort

공개 메소드들

메소드 설명
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.

RFX_Progressive_CONTEXT ( byte flag ) : System

Constructor, create RFX_Progressive_CONTEXT block

메소드 상세

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

RFX_Progressive_CONTEXT() 공개 메소드

Constructor, create RFX_Progressive_CONTEXT block
public RFX_Progressive_CONTEXT ( byte flag ) : System
flag byte This is used to indicate context flags.
리턴 System

프로퍼티 상세

ctxId 공개적으로 프로퍼티

A 8-bits unsigned integer, specify the context ID, must be set to 0x00 .
public byte ctxId
리턴 byte

flags 공개적으로 프로퍼티

A 8-bits unsigned integer, specify the context flag.
public byte flags
리턴 byte

tileSize 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the width and height of a square tile, must be 0x0040.
public ushort tileSize
리턴 ushort