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

The RDPUDP_SYNDATA_PAYLOAD structure specifies the parameters that are used to initialize the UDP connection.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
snInitialSequenceNumber uint
uDownStreamMtu ushort
uUpStreamMtu ushort

Property Details

snInitialSequenceNumber public_oe property

A 32-bit unsigned value that specifies the starting value for sequence numbers for Source Packets and Coded Packets.
public uint snInitialSequenceNumber
return uint

uDownStreamMtu public_oe property

A 16-bit unsigned value that specifies the maximum size of the maximum transmission unit (MTU) that the endpoint can accept. This value MUST be greater than or equal to 1132 and less than or equal to 1232.
public ushort uDownStreamMtu
return ushort

uUpStreamMtu public_oe property

A 16-bit unsigned value that specifies the maximum size for a datagram that can be generated by the endpoint. This value MUST be greater than or equal to 1132 and less than or equal to 1232.
public ushort uUpStreamMtu
return ushort