zStatus zFireSync_Ping(zFireSync fireSync, zFireSyncChannel channel, z64u timeout);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
zFireSyncChannel channel |
Server channel to ping. |
|
z64u timeout |
Ping-monitoring timeout, in microseconds, or zero to disable ping monitoring. |
Checks that FireSync server is responsive, and optionally enables server ping monitoring.
This function sends a command to FireSync server to verify that it is still responsive, and optionally enables ping monitoring. When ping monitoring is enabled, FireSync server will close connections if a new ping is not received within the specified timeout interval. Ping monitoring is not supported on the Upgrade channel.
zFireSync.h