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

The RFX_Progressive_SYNC block is used to transport codec version information
Inheritance: RFX_Progressive_DataBlock
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
magic uint
version 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_SYNC ( ushort codecVersion ) : System

Constructor, create RFX_Progressive_SYNC 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_SYNC() public method

Constructor, create RFX_Progressive_SYNC block.
public RFX_Progressive_SYNC ( ushort codecVersion ) : System
codecVersion ushort This is used to indicate codec version.
return System

Property Details

magic public_oe property

A 32-bits unsigned integer, must be set to 0xCACCACCA .
public uint magic
return uint

version public_oe property

A 16-bits unsigned integer, specify the version of codec. current version is 1.0(0x0100)
public ushort version
return ushort