C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RDPGFX_CREATE_SURFACE

The RDPGFX_CREATE_SURFACE message is sent from server to instruct client to create a surface.
상속: RdpegfxServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
height ushort
pixFormat PixelFormat
surfaceId ushort
width ushort

공개 메소드들

메소드 설명
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Encode this PDU to the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Decode this PDU from the PduMarshaler.

RDPGFX_CREATE_SURFACE ( ) : System

Constructor

RDPGFX_CREATE_SURFACE ( ushort sid, ushort w, ushort h, PixelFormat pix ) : System

constructor, create a CreatSurface message

메소드 상세

Decode() 공개 메소드

Encode this PDU to 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() 공개 메소드

Decode this PDU from 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_CREATE_SURFACE() 공개 메소드

Constructor
public RDPGFX_CREATE_SURFACE ( ) : System
리턴 System

RDPGFX_CREATE_SURFACE() 공개 메소드

constructor, create a CreatSurface message
public RDPGFX_CREATE_SURFACE ( ushort sid, ushort w, ushort h, PixelFormat pix ) : System
sid ushort This is used to indicate surface id.
w ushort This is used to indicate width of surface.
h ushort This is used to indicate height of surface.
pix PixelFormat This is used to indicate pixel format of surface.
리턴 System

프로퍼티 상세

height 공개적으로 프로퍼티

A 16-bit, unsigned integer. specify new height of the surface to be created.
public ushort height
리턴 ushort

pixFormat 공개적으로 프로퍼티

A 8-bit, unsigned integer. specify the pixel format of the surface to be created.
public PixelFormat pixFormat
리턴 PixelFormat

surfaceId 공개적으로 프로퍼티

A 16-bit, unsigned integer. specify the ID of the surface to be created.
public ushort surfaceId
리턴 ushort

width 공개적으로 프로퍼티

A 16-bit, unsigned integer. specify new width of the surface to be created.
public ushort width
리턴 ushort