C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.AckVector

The ACK vector captures the state of the queue of Source Packets at the receiver endpoint.
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Length byte
State VECTOR_ELEMENT_STATE

Property Details

Length public_oe property

The next 6 bits are the length of a continuous sequence of datagrams that share the same state.
public byte Length
return byte

State public_oe property

The two most significant bits of each element compose the VECTOR_ELEMENT_STATE enumeration (section 2.2.1.1).
public VECTOR_ELEMENT_STATE State
return VECTOR_ELEMENT_STATE