Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpeudp
RDPUDP_FEC_PAYLOAD_HEADER
C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.RDPUDP_FEC_PAYLOAD_HEADER
The RDPUDP_FEC_PAYLOAD_HEADER structure accompanies every datagram that contains an FEC payload.
파일 보기
프로젝트 열기: Microsoft/WindowsProtocolTestSuites
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
snCoded
uint
snSourceStart
uint
uFecIndex
byte
uPadding
ushort
uRange
byte
프로퍼티 상세
snCoded
공개적으로 프로퍼티
A 32-bit unsigned value that contains the sequence number for a Coded Packet.
public
uint
snCoded
리턴
uint
snSourceStart
공개적으로 프로퍼티
A 32-bit unsigned value that specifies the first sequence number of a Source Packet that is contained in the FEC payload.
public
uint
snSourceStart
리턴
uint
uFecIndex
공개적으로 프로퍼티
A 8-bit unsigned value. This value is generated by the FEC engine.
public
byte
uFecIndex
리턴
byte
uPadding
공개적으로 프로퍼티
An array of UINT8 ([MS-DTYP] section 2.2.46).
public
ushort
uPadding
리턴
ushort
uRange
공개적으로 프로퍼티
An unsigned 8-bit value that specifies the number of packets, from snSourceStart, that are contained in the FEC payload.
public
byte
uRange
리턴
byte