Click or drag to resize

IMemoryService Interface

Protocol service for providing access to the memory in a peer.

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public interface IMemoryService

The IMemoryService type exposes the following members.

Properties
 NameDescription
Public propertyAddressType The type of address expected by this service. The type must implement IAddress.
Public propertyPduSize Get the underlying PDU size.
Top
Methods
 NameDescription
Public methodDropAccesses Called to indicate that memory accesses are no longer required.
Public methodGetAddresses Get access to an address in the memory of a peer.
Public methodInternalReadV Vectored read request.
Public methodInternalWriteV Vectored write request.
Top
Extension Methods
 NameDescription
Public Extension MethodGetAddress Get access to an address in the memory of a peer.
(Defined by MemoryService)
Public Extension MethodGetAddress Get access to an address in the memory of a peer.
(Defined by MemoryService)
Public Extension MethodReadV Vectored read request.
(Defined by MemoryService)
Public Extension MethodWriteV Vectored write request.
(Defined by MemoryService)
Top
Remarks

Addresses passed to this services methods need not be exactly AddressType, but their AddressSpace must match.

See Also