zStatus zFireSync_EnableActiveData(zFireSync fireSync, zIPAddress receiver, z32u port, z32u dataChannel);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
zIPAddress receiver |
IP address of data receiver. |
|
z32u port |
Port at which the data receiver is listening. |
|
z32u dataChannel |
FireSync server data channel ID (0-63). |
Enables a FireSync server active data channel and associates the data channel with the specified destination.
This function uses the Control channel and can be called only when the system is stopped.
When the zFireSync_Start function is called, the server will open an active data channel to the specified receiver. A zReceiver object can be used to accept the incoming connection from FireSync server and to receive data messages.
zFireSync.h