Click or drag to resize

ExampleMemoryServer Class

The Built-in Memory Server.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.BuiltinExampleMemoryServer
    Demo3D.PLC.Comms.BuiltinExampleNotifyMemoryServer

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public class ExampleMemoryServer

The ExampleMemoryServer type exposes the following members.

Constructors
  NameDescription
Public methodExampleMemoryServer
Initializes a new instance of the ExampleMemoryServer class
Top
Methods
  NameDescription
Public methodConnect
Connects to the server.
Public methodDisconnect
Disconnects from the server.
Protected methodGetMemoryBank
Some memory from the server.
Public methodRead
Read data from server memory.
Public methodReadSymbolTable
Read the symbol table from the PLC.
Public methodWrite
Write data into server memory.
Top
Remarks
Normally, you'd replace this class entirely with whatever code is required to access your server.
See Also