User Manual
90 Location Software Library PLUS System Manual
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
4.5.2.11 Debug and Troubleshooting
The functions, properties, and events in this section may be useful in troubleshooting installation
problems. In particular, the outputLogFileName property controls logging of raw TOA data to a file.
4.5.2.11.1 outputLogFileName Property
public virtual string outputLogFileName { set; get; }
If empty, no data is logged. If a filename is specified, TOA messages are saved to that file. This property must be
set before StartTOAMessageQueue is called.
4.5.2.11.2 minTagId Property
public virtual int minTagId { set; get; }
Input Tag filtering. Sets the lower limit on which Tags will accepted by the system.
4.5.2.11.3 maxTagId Property
public virtual int maxTagId { set; get; }
Input Tag filtering. Sets the upper limit on which Tags will accepted by the system.
4.5.2.11.4 NewTOAMessage Event
public virtual void NewTOAMessage( int
readerIdLow
,
int
readerIdHi
,
int
version,
int
batteryState,
,
int
buttonEvent
,
int
seqNum
,
int
motion
,
int
alarm
,
int
tagId,
int
coarseTOA,
int
fineTOA,
int
rssi,
int
preambleCount,
int
invalidTOA,
int
ipAddr,
int
timestamp)