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

2.2.2.1 RDPUDP_FEC_HEADER Structure The RDPUDP_FEC_HEADER structure forms the basic header for every datagram sent or received by the endpoint.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
snSourceAck uint
uFlags RDPUDP_FLAG
uReceiveWindowSize ushort

Property Details

snSourceAck public_oe property

A 32-bit unsigned value that specifies the highest sequence number for a Source Packet detected by the remote endpoint. This value wraps around; for more information about the sequence numbers range, see [RFC793] section 3.3.
public uint snSourceAck
return uint

uFlags public_oe property

A 16-bit unsigned integer that indicates supported options, or additional headers.
public RDPUDP_FLAG uFlags
return RDPUDP_FLAG

uReceiveWindowSize public_oe property

A 16-bit unsigned value that specifies the size of the receiver's buffer.
public ushort uReceiveWindowSize
return ushort