프로퍼티 | 타입 | 설명 | |
---|---|---|---|
cacheSlotsList | List |
||
importedEntriesCount | ushort |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | 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. |
리턴 | 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 |