Click or drag to resize

IpcServer Methods

X#

The IpcServer type exposes the following members.

Functions
  NameDescription
Public methodAddTopic
Add a topic to the list of topics supported by the server.
Public methodDataRequest
Called whenever a client makes a request for data or when the IpcServer:UpdateTopic() is called.
Public methodDataUpdate
Called whenever a client calls IpcClient:ChangeData().
Public methodDestroy
Provide a method to de-instantiate an IpcServer object.
(Overrides Destroy.)
Public methodDispatch
Public methodExecuteRequest
Called when the client calls IpcClient:Execute(). The server should take the appropriate action to execute the command locally.
Public methodOverride
This is a compatibility method that is no longer used or needed.
(Inherited from EventContext.)
Public methodUpdateTopic
Request that the server update a particular topic and item.
Top
See Also