C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_Progressive_CONTEXT

The RFX_Progressive_CONTEXT block is used to provide information about compressed data.
Inheritance: RFX_Progressive_DataBlock
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ctxId byte
flags byte
tileSize ushort

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.

RFX_Progressive_CONTEXT ( byte flag ) : System

Constructor, create RFX_Progressive_CONTEXT block

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

RFX_Progressive_CONTEXT() public method

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

Property Details

ctxId public_oe property

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

flags public_oe property

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

tileSize public_oe property

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