Click or drag to resize

MemoryService Class

A class containing extension methods for IMemoryService.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.MemoryMemoryService

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static class MemoryService

The MemoryService type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetAddress(IMemoryService, IAddress, AccessParameters, Object) Get access to an address in the memory of a peer.
Public Extension MethodGetAddress(IMemoryService, ProtocolSocket, String, AccessRights, Object) Get access to an address in the memory of a peer.
Public Extension MethodReadV Vectored read request.
Public Extension MethodWriteV Vectored write request.
Top
See Also