IReaderImplementation Methods

TegoOS

IReaderImplementation Methods

The IReaderImplementation type exposes the following members.

Methods
  Name Description
Public method Connect
Connect to reader and set its SerialNumber property.
Public method Disconnect
Disconnect from reader.
Public method Execute
Synchronously execute a list of operations on selected tags.
Public method Initialize
Initialize reader, and sets its capabilities and other properties. Should be called after successful connection.
Public method StartExecution
Asynchronously start execution of a list of operations on selected tags, reporting results via the TagResponse event.
Public method StopExecution
Request asynchronous execution be stopped (ExecutionComplete will be raised when stopped).
Top
See Also