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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
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