프로퍼티 | 타입 | 설명 | |
---|---|---|---|
capsSet |
메소드 | 설명 | |
---|---|---|
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_CAPS_CONFIRM ( ) : System |
Constructor
|
|
RDPGFX_CAPS_CONFIRM ( CapsFlags v8flag, CapsVersions version ) : System |
Constructor, create a version 8 capability confirm message.
|
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_CAPS_CONFIRM ( CapsFlags v8flag, CapsVersions version ) : System | ||
v8flag | CapsFlags | this is used to specify the flag of capability. |
version | CapsVersions | version of the capability |
리턴 | System |