C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.SlowPathOutputPdu

Slow path output PDU, including Graphics PDU and Pointer PDU.
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
slowPathUpdates RdpbcgrSlowPathUpdatePdu[]

Public Methods

Method Description
Clone ( ) : StackPacket
SlowPathOutputPdu ( ) : System

The constructor of the class with no parameter.

SlowPathOutputPdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Private Methods

Method Description
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[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

SlowPathOutputPdu() public method

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

SlowPathOutputPdu() public method

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

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

Property Details

commonHeader public_oe property

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

slowPathUpdates public_oe property

The slow path updates.
public RdpbcgrSlowPathUpdatePdu[] slowPathUpdates
return RdpbcgrSlowPathUpdatePdu[]