Zen API
zFireSync_EnableActiveData
C
zStatus zFireSync_EnableActiveData(zFireSync fireSync, zIPAddress receiver, z32u port, z32u dataChannel);
Parameters
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). 
Description

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.

File

zFireSync.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.