IMemory |
public interface IMemoryService
The IMemoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddressType | The type of address expected by this service. The type must implement IAddress. | |
| PduSize | Get the underlying PDU size. |
| Name | Description | |
|---|---|---|
| DropAccesses | Called to indicate that memory accesses are no longer required. | |
| GetAddresses | Get access to an address in the memory of a peer. | |
| InternalReadV | Vectored read request. | |
| InternalWriteV | Vectored write request. |
| Name | Description | |
|---|---|---|
| GetAddress |
Get access to an address in the memory of a peer.
(Defined by MemoryService) | |
| GetAddress |
Get access to an address in the memory of a peer.
(Defined by MemoryService) | |
| ReadV |
Vectored read request.
(Defined by MemoryService) | |
| WriteV |
Vectored write request.
(Defined by MemoryService) |
Addresses passed to this services methods need not be exactly AddressType, but their AddressSpace must match.