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

The RDPGFX_END_FRAME message is sent from server to specify the end of a logical frame.
상속: RdpegfxServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
frameId uint

공개 메소드들

메소드 설명
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_END_FRAME ( ) : System

Constructor

RDPGFX_END_FRAME ( uint fid ) : System

constructor, create end frame 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_END_FRAME() 공개 메소드

Constructor
public RDPGFX_END_FRAME ( ) : System
리턴 System

RDPGFX_END_FRAME() 공개 메소드

constructor, create end frame message
public RDPGFX_END_FRAME ( uint fid ) : System
fid uint This is used to indicate frame id.
리턴 System

프로퍼티 상세

frameId 공개적으로 프로퍼티

A 32-bit unsigned integer. frame ID of the frame
public uint frameId
리턴 uint