public interface RFIDCallback
RFIDReader.inventory(RFIDCallback)
Modifier and Type | Method and Description |
---|---|
void |
onTagRead(Tag tag)
This method is used to receive tag information returned by asynchronous
continuous inventory method
RFIDReader.inventory(RFIDCallback) . |
void onTagRead(Tag tag)
RFIDReader.inventory(RFIDCallback)
.tag
- object to store tag information.