zStatus zFireSync_StartActiveHealth(zFireSync fireSync, zIPAddress receiver, z32u port);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
zIPAddress receiver |
IP address of health receiver. |
|
z32u port |
Port at which the health receiver is listening. |
Commands FireSync server to begin sending health messages to specified receiver.
This function uses the Management channel.
If this call is successful, FireSync server will open a connection to the specified port and begin transmitting health messages. A zReceiver object can be used to accept the incoming connection from FireSync server and to receive health messages.
zFireSync.h