C# Class 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.
Inheritance: RdpegfxServerPdu
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
capsSet RDPGFX_CAPSET

Public Methods

Method Description
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.

Method Details

Decode() public method

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.
return bool

Encode() public method

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.
return void

RDPGFX_CAPS_CONFIRM() public method

Constructor
public RDPGFX_CAPS_CONFIRM ( ) : System
return System

RDPGFX_CAPS_CONFIRM() public method

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
return System

Property Details

capsSet public_oe property

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
return RDPGFX_CAPSET