Default server communication class.
Source position: simpleipc.pp line 285
var DefaultIPCServerClass: TIPCServerCommClass = Nil; |
DefaultIPCServerClass is filled with a class pointer indicating which kind of communication protocol class should be instantiated by the TSimpleIPCServer 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.
|
Simple IPC server component. |
|
|
Internal message communication component. |