C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_Progressive_DataBlock

The base pdu of all RFX Progressive Data Blocks.
Наследование: Microsoft.Protocols.TestTools.StackSdk.BasePDU
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
blockLen uint
blockType RFXProgCodecBlockType
decodedLen uint

Открытые методы

Метод Описание
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

Описание методов

Decode() публичный Метод

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to decode the fields of this PDU.
Результат bool

Encode() публичный Метод

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
Результат void

Описание свойств

blockLen публичное свойство

A 32-bits unsigned integer, specify RFX progressive block length.
public uint blockLen
Результат uint

blockType публичное свойство

A 16-bits unsigned integer, specify RFX progressive block type.
public RFXProgCodecBlockType blockType
Результат RFXProgCodecBlockType

decodedLen публичное свойство

A 32-bits unsigned integer, specify RFX progressive pdu length that is decoded.
public uint decodedLen
Результат uint