C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.SlowPathOutputPdu

Slow path output PDU, including Graphics PDU and Pointer PDU.
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commonHeader SlowPathPduCommonHeader
slowPathUpdates RdpbcgrSlowPathUpdatePdu[]

공개 메소드들

메소드 설명
Clone ( ) : StackPacket
SlowPathOutputPdu ( ) : System

The constructor of the class with no parameter.

SlowPathOutputPdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

비공개 메소드들

메소드 설명
EncodeBitmap ( TS_UPDATE_BITMAP bitmapData ) : byte[]
EncodeOrders ( TS_UPDATE_ORDERS ordersData ) : byte[]
EncodeOutputPduData ( ) : byte[]
EncodePalette ( TS_UPDATE_PALETTE paletteData ) : byte[]
EncodePtr ( TS_POINTER_PDU ptrData ) : byte[]
EncodeSync ( TS_UPDATE_SYNC syncData ) : byte[]

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

SlowPathOutputPdu() 공개 메소드

The constructor of the class with no parameter.
public SlowPathOutputPdu ( ) : System
리턴 System

SlowPathOutputPdu() 공개 메소드

The constructor of the class.
public SlowPathOutputPdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
리턴 System

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

commonHeader 공개적으로 프로퍼티

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
리턴 SlowPathPduCommonHeader

slowPathUpdates 공개적으로 프로퍼티

The slow path updates.
public RdpbcgrSlowPathUpdatePdu[] slowPathUpdates
리턴 RdpbcgrSlowPathUpdatePdu[]