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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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