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

Méthodes publiques

Свойство Type Description
frameId uint
queueDepth uint
totalFramesDecoded uint

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.

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

Property Details

frameId public_oe property

A 32-bit unsigned integer. frame ID of the frame.
public uint frameId
Résultat uint

queueDepth public_oe property

A 32-bit unsigned integer. number of unprocessed bytes buffered at the client.
public uint queueDepth
Résultat 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
Résultat uint