프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bitmapData | byte[] | ||
bitmapDataLength | uint | ||
codecContextId | uint | ||
codecId | CodecType | ||
pixelFormat | PixelFormat | ||
surfaceId | ushort |
메소드 | 설명 | |
---|---|---|
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_2 ( ) : System |
Constructor
|
|
RDPGFX_WIRE_TO_SURFACE_PDU_2 ( ushort sId, uint codecCtxId, PixelFormat pixFormat, byte bmData ) : System |
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. |
리턴 | 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. |
리턴 | void |
public RDPGFX_WIRE_TO_SURFACE_PDU_2 ( ushort sId, uint codecCtxId, PixelFormat pixFormat, byte bmData ) : System | ||
sId | ushort | This is used to indicate the target surface id. |
codecCtxId | uint | This is used to indicate the codecContextId. |
pixFormat | PixelFormat | This is used to indicate the pixel format to fill target surface. |
bmData | byte | This is used to indicate the bitmap data encoded by cId codec. |
리턴 | System |