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.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat 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
Résultat ushort