C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_LAYOUT_PDU

The Monitor Layout PDU is used by the server to notify the client of the monitor layout in the session on the remote server.
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
monitorCount uint
monitorDefArray Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_DEF[]
shareDataHeader TS_SHAREDATAHEADER

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

Метод Описание
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

TS_MONITOR_LAYOUT_PDU ( ) : System

The constructor of the class with no parameter.

TS_MONITOR_LAYOUT_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

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

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

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

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

The constructor of the class with no parameter.
public TS_MONITOR_LAYOUT_PDU ( ) : System
Результат System

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

The constructor of the class.
public TS_MONITOR_LAYOUT_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Результат System

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

public ToBytes ( ) : byte[]
Результат byte[]

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

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

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Результат SlowPathPduCommonHeader

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 TS_MONITOR_DEF[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr monitorDefArray
Результат Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_DEF[]

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

A Share Data Header containing information about the packet. The type subfield of the pduType field of the Share Control Header (section 2.2.8.1.1.1.1) MUST be set to PDUTYPE_DATAPDU (7). The pduType2 field of the Share Data Header MUST be set to PDUTYPE2_MONITOR_LAYOUT_PDU (55), and the pduSource field MUST be set to 0.
public TS_SHAREDATAHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareDataHeader
Результат TS_SHAREDATAHEADER