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

The RDPGFX_MAPSURFACE_TO_OUTPUT message is to instruct client to map surface to a rectangle area of the graphics output buffer
Наследование: RdpegfxServerPdu
Показать файл Открыть проект

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

Свойство Тип Описание
outputOriginX uint
outputOriginY uint
reserved ushort
surfaceId ushort

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

Метод Описание
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_MAPSURFACE_TO_OUTPUT ( ) : System

Constructor

RDPGFX_MAPSURFACE_TO_OUTPUT ( ushort sid, uint x, uint y ) : System

Constructor, create a map surface to output 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 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_MAPSURFACE_TO_OUTPUT() публичный Метод

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

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

Constructor, create a map surface to output message.
public RDPGFX_MAPSURFACE_TO_OUTPUT ( ushort sid, uint x, uint y ) : System
sid ushort This is used to indicate surface id.
x uint This is used to indicate x-coordinate of the upper-left corner of the surface.
y uint This is used to indicate y-coordinate of the upper-left corner of the surface.
Результат System

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

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

A 32-bit unsigned integer. the x-coordinate of the upper-left corner of the surface.
public uint outputOriginX
Результат uint

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

A 32-bit unsigned integer. the y-coordinate of the upper-left corner of the surface.
public uint outputOriginY
Результат uint

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

A 16-bit, unsigned integer. must be set to zero.
public ushort reserved
Результат ushort

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

A 16-bit, unsigned integer. specify the ID of the surface to be output.
public ushort surfaceId
Результат ushort