Mercury API
Read Method (timeout)
NamespacesThingMagicSerialReaderRead(Int32)
Read RFID tags for a fixed duration.
Declaration Syntax
C#Visual BasicVisual C++
public override TagReadData[] Read(
	int timeout
)
Public Overrides Function Read ( _
	timeout As Integer _
) As TagReadData()
public:
virtual array<TagReadData^>^ Read(
	int timeout
) override
Parameters
timeout (Int32)
the time to spend reading tags, in milliseconds
Return Value
the tags read

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)