Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpeudp
RDPUDP_FEC_PAYLOAD_HEADER
C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.RDPUDP_FEC_PAYLOAD_HEADER
The RDPUDP_FEC_PAYLOAD_HEADER structure accompanies every datagram that contains an FEC payload.
Mostra file
Open project: Microsoft/WindowsProtocolTestSuites
Class Usage Examples
Public Properties
Property
Type
Description
snCoded
uint
snSourceStart
uint
uFecIndex
byte
uPadding
ushort
uRange
byte
Property Details
snCoded
public_oe property
A 32-bit unsigned value that contains the sequence number for a Coded Packet.
public
uint
snCoded
return
uint
snSourceStart
public_oe property
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
return
uint
uFecIndex
public_oe property
A 8-bit unsigned value. This value is generated by the FEC engine.
public
byte
uFecIndex
return
byte
uPadding
public_oe property
An array of UINT8 ([MS-DTYP] section 2.2.46).
public
ushort
uPadding
return
ushort
uRange
public_oe property
An unsigned 8-bit value that specifies the number of packets, from snSourceStart, that are contained in the FEC payload.
public
byte
uRange
return
byte