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

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

공개 프로퍼티들

프로퍼티 타입 설명
frameId uint
timeStamp 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_START_FRAME ( ) : System

Constructor

RDPGFX_START_FRAME ( uint fid ) : System

Constructor, create start 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_START_FRAME() 공개 메소드

Constructor
public RDPGFX_START_FRAME ( ) : System
리턴 System

RDPGFX_START_FRAME() 공개 메소드

Constructor, create start frame message.
public RDPGFX_START_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

timeStamp 공개적으로 프로퍼티

A 32-bit unsigned integer. a time stamp assigned to the frame.
public uint timeStamp
리턴 uint