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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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