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

The RDPGFX_CAPS_CONFIRM message is sent from the server to the client to confirm capabilities for the graphics DVC.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

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

Свойство Тип Описание
capsSet RDPGFX_CAPSET

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

Метод Описание
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.

RDPGFX_CAPS_CONFIRM ( ) : System

Constructor

RDPGFX_CAPS_CONFIRM ( CapsFlags v8flag, CapsVersions version ) : System

Constructor, create a version 8 capability confirm message.

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

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

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

Constructor
public RDPGFX_CAPS_CONFIRM ( ) : System
Результат System

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

Constructor, create a version 8 capability confirm message.
public RDPGFX_CAPS_CONFIRM ( CapsFlags v8flag, CapsVersions version ) : System
v8flag CapsFlags this is used to specify the flag of capability.
version CapsVersions version of the capability
Результат System

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

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

Variable-length. Specify the capability set selected by the server from the RDPGFX_CAPS_ADVERTISE message sent by the client.
public RDPGFX_CAPSET,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx capsSet
Результат RDPGFX_CAPSET