C# Class 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.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
AckVectorElement Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.AckVector[]
Padding byte[]
uAckVectorSize ushort

Property Details

AckVectorElement public property

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
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.AckVector[]

Padding public property

public byte[] Padding
return byte[]

uAckVectorSize public property

A 16-bit unsigned value that contains the size of the AckVectorElement array.
public ushort uAckVectorSize
return ushort