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

The RDPGFX_START_FRAME message is sent from server to specify the start of a logical frame.
Inheritance: RdpegfxServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
frameId uint
timeStamp uint

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.

RDPGFX_START_FRAME ( ) : System

Constructor

RDPGFX_START_FRAME ( uint fid ) : System

Constructor, create start frame message.

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 encode 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

RDPGFX_START_FRAME() public method

Constructor
public RDPGFX_START_FRAME ( ) : System
return System

RDPGFX_START_FRAME() public method

Constructor, create start frame message.
public RDPGFX_START_FRAME ( uint fid ) : System
fid uint This is used to indicate frame id.
return System

Property Details

frameId public_oe property

A 32-bit unsigned integer. frame ID of the frame.
public uint frameId
return uint

timeStamp public_oe property

A 32-bit unsigned integer. a time stamp assigned to the frame.
public uint timeStamp
return uint