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

The TS_UPDATE_SURFCMDS structure encapsulates one or more Surface Command (section 2.2.9.1.1.3.1.4.1) structures.
Наследование: RdpbcgrSlowPathUpdatePdu
Показать файл Открыть проект

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

Свойство Тип Описание
shareDataHeader TS_SHAREDATAHEADER
surfaceCommands Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SURFCMD[]
updateType updateType_Values

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

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

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

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

The TS_SURFCMD structure is used to specify the Surface Command type and to encapsulate the data for a Surface Command sent from a server to a client.
public TS_SURFCMD[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr surfaceCommands
Результат Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SURFCMD[]

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

A 16-bit, unsigned integer. The update type. This field MUST be set to UPDATETYPE_SURFCMDS (0x0004).
public updateType_Values updateType
Результат updateType_Values