Property | Type | Description | |
---|---|---|---|
cacheSlotsList | List |
||
importedEntriesCount | ushort |
Method | Description | |
---|---|---|
AssignSlot ( ushort slot ) : void |
Assign a cache slot assigned for a cache entry.
|
|
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_CACHE_IMPORT_REPLY ( ) : System |
Constructor, create a cache to surface message, with only 1 destination copy position.
|
public AssignSlot ( ushort slot ) : void | ||
slot | ushort | This is used to specify cache slot to be assigned for a cache entry. |
return | void |
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. |
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_CACHE_IMPORT_REPLY ( ) : System | ||
return | System |