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

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

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
slowPathUpdates RdpbcgrSlowPathUpdatePdu[]

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Clone ( ) : StackPacket
Résultat StackPacket

SlowPathOutputPdu() public méthode

The constructor of the class with no parameter.
public SlowPathOutputPdu ( ) : System
Résultat System

SlowPathOutputPdu() public méthode

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

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

slowPathUpdates public_oe property

The slow path updates.
public RdpbcgrSlowPathUpdatePdu[] slowPathUpdates
Résultat RdpbcgrSlowPathUpdatePdu[]