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

Méthodes publiques

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

uFecIndex public_oe property

A 8-bit unsigned value. This value is generated by the FEC engine.
public byte uFecIndex
Résultat byte

uPadding public_oe property

An array of UINT8 ([MS-DTYP] section 2.2.46).
public ushort uPadding
Résultat 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
Résultat byte