Свойство | Type | Description | |
---|---|---|---|
bitmapData | byte[] | ||
bitmapDataLength | uint | ||
codecId | CodecType | ||
destRect | |||
pixelFormat | PixelFormat | ||
surfaceId | ushort |
Méthode | Description | |
---|---|---|
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_WIRE_TO_SURFACE_PDU_1 ( ) : System |
Constructor
|
|
RDPGFX_WIRE_TO_SURFACE_PDU_1 ( ushort sId, CodecType cId, PixelFormat pixFormat, |
Constructor, create a wire to surface message to transfer a bitmap.
|
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool | ||
marshaler | Microsoft.Protocols.TestTools.StackSdk.PduMarshaler | This is used to decode the fields of this PDU. |
Résultat | bool |
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. |
Résultat | void |
public RDPGFX_WIRE_TO_SURFACE_PDU_1 ( ) : System | ||
Résultat | System |
public RDPGFX_WIRE_TO_SURFACE_PDU_1 ( ushort sId, CodecType cId, PixelFormat pixFormat, |
||
sId | ushort | This is used to indicate the target surface id. |
cId | CodecType | This is used to indicate the codecId. |
pixFormat | PixelFormat | This is used to indicate the pixel format to fill target surface. |
bmRect | This is used to indicate border of bitmap on target surface. | |
bmData | byte | This is used to indicate the bitmap data encoded by cId codec. |
Résultat | System |
public RDPGFX_RECT16,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx destRect | ||
Résultat |