AsReaderLfDevice¶
startScan¶
Starts automatic tag (RFID) reading operation. Tag IDs are sent to the user via notification packets.
After executing this method, the result is returned via the callback receivedScanData.
- (BOOL)startScan:(int)numberOfTags readUntilInSec:(int)readUntilInSec repeatCycle:(int)repeatCycle;
Parameters¶
Name |
Type |
Description |
|
int |
Maximum number of tags to read |
|
int |
Maximum duration of a single read (seconds) |
|
int |
Number of times to repeat a single read |
Return Value¶
Type |
Description |
BOOL |
Method execution result: |
stopScan¶
Stops tag reading.
- (BOOL)stopScan;
Return Value¶
Type |
Description |
BOOL |
Method execution result: |