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

The RDPGFX_FRAME_ACK message is sent from client to indicate to server that a logical frame is successfully decoded on client.
Inheritance: RdpegfxClientPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
frameId uint
queueDepth uint
totalFramesDecoded 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.

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

Property Details

frameId public_oe property

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

queueDepth public_oe property

A 32-bit unsigned integer. number of unprocessed bytes buffered at the client.
public uint queueDepth
return uint

totalFramesDecoded public_oe property

A 32-bit unsigned integer. The number of frames decoded by the client since connection was initiated.
public uint totalFramesDecoded
return uint