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

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

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

Свойство Тип Описание
Header RDPGFX_HEADER
pduLen uint

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

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

Decode this PDU to the PduMarshaler.

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

Encode this PDU to the PduMarshaler.

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

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

Decode this PDU to 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

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

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

public RDPGFX_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx Header
Результат RDPGFX_HEADER

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

public uint pduLen
Результат uint