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

공개 프로퍼티들

프로퍼티 타입 설명
snInitialSequenceNumber uint
uDownStreamMtu ushort
uUpStreamMtu ushort

프로퍼티 상세

snInitialSequenceNumber 공개적으로 프로퍼티

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

uDownStreamMtu 공개적으로 프로퍼티

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
리턴 ushort

uUpStreamMtu 공개적으로 프로퍼티

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
리턴 ushort