Start reading RFID tags in the background. The tags found will be
passed to the registered read listeners, and any exceptions that
occur during reading will be passed to the registered exception
listeners. Reading will continue until stopReading() is called.
| C# | Visual Basic | Visual C++ |
public abstract void StartReading()
Public MustOverride Sub StartReading
public: virtual void StartReading() abstract