C# Класс 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.
Наследование: RdpegfxClientPdu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
frameId uint
queueDepth uint
totalFramesDecoded uint

Открытые методы

Метод Описание
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.

Описание методов

Decode() публичный Метод

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.
Результат bool

Encode() публичный Метод

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.
Результат void

Описание свойств

frameId публичное свойство

A 32-bit unsigned integer. frame ID of the frame.
public uint frameId
Результат uint

queueDepth публичное свойство

A 32-bit unsigned integer. number of unprocessed bytes buffered at the client.
public uint queueDepth
Результат uint

totalFramesDecoded публичное свойство

A 32-bit unsigned integer. The number of frames decoded by the client since connection was initiated.
public uint totalFramesDecoded
Результат uint