Click or drag to resize

ExampleMemoryServer Class

The Built-in Memory Server.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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