C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.RDPUDP_ACK_VECTOR_HEADER

The RDPUDP_ACK_VECTOR_HEADER structure contains the ACK vector (section 2.2.3.1) that specifies the states of the datagram in the receiver’s queue. This vector is a variable-size array. The states are encoded by using run-length encoding (RLE) and are stored in this array.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
AckVectorElement Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.AckVector[]
Padding byte[]
uAckVectorSize ushort

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

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

An array of ACK Vector elements. Each element is composed of a state, and the number of contiguous datagrams that share the same state.
public AckVector[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp AckVectorElement
Результат Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.AckVector[]

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

public byte[] Padding
Результат byte[]

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

A 16-bit unsigned value that contains the size of the AckVectorElement array.
public ushort uAckVectorSize
Результат ushort