[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Default client communication class
Source position: simpleipc.pp line 167
var DefaultIPCClientClass: TIPCClientCommClass = Nil; |
DefaultIPCClientClass is filled with a class pointer indicating which kind of communication protocol class should be instantiated by the TSimpleIPCClient class. It is set to a default value by the default implementation in the SimpleIPC unit, but can be set to another class if another method of transport is desired. (it should match the communication protocol used by the server, obviously).
|
Simple IPC client component |
|
|
Internal client-side communication protocol |