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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ctxId byte
flags byte
tileSize ushort

Méthodes publiques

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

RFX_Progressive_CONTEXT() public méthode

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

Property Details

ctxId public_oe property

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

flags public_oe property

A 8-bits unsigned integer, specify the context flag.
public byte flags
Résultat 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
Résultat ushort