User Manual
88 Location Software Library PLUS System Manual
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
Returns
0 – Data source is not a valid IP address
Nonzero – Data source is an IP address
4.5.2.10.2 SetInput Function
public virtual int SetInput( int
input
)
Selects either raw file or live data (IP data) as input to tracker
input
1 = IP Data – Live data from Ethernet interface.
0 = Replay data from a raw file.
Returns
0 – Success.
Less that zero - Failed
4.5.2.10.3 GetInput Function
public virtual int GetInput()
This function returns an indication of whether the system is using live data or data from a raw file.
Returns
1 = IP Data – Live data from Ethernet interface.
0 = Replay data from a raw file.
4.5.2.10.4 IsRawFileFinished Function
public virtual int IsRawFileFinished()
This function returns an indication of whether the system has finished processing all the data in the raw file.
Returns
1 - raw file finished.
0 - raw file still playing