The PCHcallable class supplies callback member functions that will be called
by the Listener whenever it receives Custom Messages or health status requests
from connected Managers. Developers may use a PCHcallable object to supply the
value for the heartbeatObject
parameter when creating
a Listener object. The heartbeatObject
parameter provides the Listener with the ability to handle health status requests or Custom
Messages received from connected Managers. When no value is specified for the
heartbeatObject
parameter, then a PCHcallable object is automatically
created.
For more information about implementing this class, see Supporting Communication from Managers.
PCHcallable PCHLibrary;