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: 15.0.2.11458
Syntax
C#
public static class MemoryService

The MemoryService type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAddress
Get access to an address in the memory of a peer.
Public methodStatic memberReadV
Vectored read request.
Public methodStatic memberWriteV
Vectored write request.
Top
See Also