User Manual

PLUS System Manual Location Software Library 91
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
This event is fired whenever a new TOA message is received.
Timestamp
is the time as returned by the Windows
API function
GetTickCount()
at the time the TOA is received.
4.5.2.12 Miscellaneous
Miscellaneous functions include a convenient way to send commands to a Reader and a routine to flush
the TOA message queue.
4.5.2.12.1 FlushTOAMessageQueue Function
public virtual void FlushTOAMessageQueue()
Removes all pending TOA messages in the queue. This should be called when changing data sources after the
TOA message queue has been stopped.
4.5.2.12.2 SendReaderCommand Function
public virtual BSTR SendReaderCommand( int
ipAddr,
BSTR
command
int
timeout,
int
numResponseStrs
)
Sends a command to a Reader and returns the response.
Returns
Response String
4.5.2.13 Status Monitoring
The events in this section allow an application to be notified of changes occurring within the Location
Software.
4.5.2.13.1 NewReader Event
public virtual void NewReader( int
readerIdLow
,
int
readerIdHi
,
int
state,
int
discoveryMethod)
This event is fired whenever a TOA message for a Reader not is in the database is received. This event also fires
when the configuration information for a Reader is read from a configuration file.