IDirectMemoryService Interface |
Namespace: Demo3D.PLC.Comms.Memory
public interface IDirectMemoryService : IMemoryService
The IDirectMemoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddressType |
The type of address expected by this service. The type must implement IAddress.
(Inherited from IMemoryService.) | |
| PduSize |
Get the underlying PDU size.
(Inherited from IMemoryService.) |
| Name | Description | |
|---|---|---|
| GetAddress |
Get access to an address in the memory of a peer.
(Inherited from IMemoryService.) | |
| InternalReadV |
Vectored read request.
(Inherited from IMemoryService.) | |
| InternalWriteV |
Vectored write request.
(Inherited from IMemoryService.) |
| Name | Description | |
|---|---|---|
| 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.) |