Click or drag to resize

ExampleNotifyMemoryServer Methods

The ExampleNotifyMemoryServer type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to the server.
(Inherited from ExampleMemoryServer.)
Public methodDisconnect
Disconnects from the server.
(Inherited from ExampleMemoryServer.)
Public methodPublishChanges
Example of raising publication events.
Public methodRead
Read data from server memory.
(Inherited from ExampleMemoryServer.)
Public methodReadSymbolTable
Read the symbol table from the PLC.
(Inherited from ExampleMemoryServer.)
Public methodSubscribe
Put in here whatever is required to subscribe to memory changes.
Public methodUnsubscribe
Put in here whatever is required to unsubscribe from memory changes.
Public methodWrite
Write data into server memory.
(Inherited from ExampleMemoryServer.)
Top
See Also