IpcClient Methods (Typed) |
The IpcClient type exposes the following members.
Name | Description | |
---|---|---|
ChangeData |
Tell the remote server that some data value has changed. This results in the server receiving an IpcDataUpdateEvent. It is then the responsibility of the server to update itself.
| |
ClientError |
Handle ClientErrorEvent, if one occurs. Provide this event handler in your derived IpcClient class if you require special handling of errors.
| |
DataUpdate |
Called whenever the requested data changes. It is invoked after the IpcServer calls its UpdateTopic() method.
| |
Destroy |
Provide a method to de-instantiate an IpcClient object.
(Overrides Destroy.) | |
Dispatch | ||
Execute |
Send a message to the server telling it to execute the command string remotely. As a result of this call, the server receives an IpcExecuteRequestEvent.
| |
Override | This is a compatibility method that is no longer used or needed. (Inherited from EventContext.) | |
RequestData |
Request updates on a particular topic from the server.
|