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

The RDPGFX_RESET_GRAPHICS message is sent from the server to reset size of virtual desktop on client.
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

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

Свойство Тип Описание
height uint
monitorCount uint
monitorDefArray Collection
pad byte[]
width 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.

RDPGFX_RESET_GRAPHICS ( ) : System

Constructor

RDPGFX_RESET_GRAPHICS ( uint w, uint h, uint monitorCount ) : System

Constructor, create a default reset graphic message with one monitor only.

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

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 encode 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_RESET_GRAPHICS() публичный Метод

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

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

Constructor, create a default reset graphic message with one monitor only.
public RDPGFX_RESET_GRAPHICS ( uint w, uint h, uint monitorCount ) : System
w uint This is used to indicate width of virtual desktop.
h uint This is used to indicate height of virtual desktop.
monitorCount uint This is used to indicate total monitor count
Результат System

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

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

A 32-bit, unsigned integer. specify new height of the virtual desktop.
public uint height
Результат uint

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

A 32-bit, unsigned integer. The number of display monitor definitions in the monitorDefArray field (the maximum allowed is 10).
public uint monitorCount
Результат uint

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

A variable-length array containing a series of TS_MONITOR_DEF structures (section 2.2.1.3.6.1) which describe the display monitor layout of the client. The number of TS_MONITOR_DEF structures is given by the monitorCount field.
public Collection monitorDefArray
Результат Collection

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

A variable-length byte array that is used for padding
public byte[] pad
Результат byte[]

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

A 32-bit, unsigned integer. specify new width of the virtual desktop.
public uint width
Результат uint