Property | Type | Description | |
---|---|---|---|
height | uint | ||
monitorCount | uint | ||
monitorDefArray | Collection |
||
pad | byte[] | ||
width | uint |
Method | 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_RESET_GRAPHICS ( ) : System |
Constructor
|
|
RDPGFX_RESET_GRAPHICS ( uint w, uint h, uint monitorCount ) : System |
Constructor, create a default reset graphic message with one monitor only.
|
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool | ||
marshaler | Microsoft.Protocols.TestTools.StackSdk.PduMarshaler | This is used to encode the fields of this PDU. |
return | 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. |
return | void |
public RDPGFX_RESET_GRAPHICS ( uint w, uint h, uint monitorCount ) : System | ||
w | uint | This is used to indicate width of virtual desktop. |
h | uint | This is used to indicate height of virtual desktop. |
monitorCount | uint | This is used to indicate total monitor count |
return | System |