IRfidNotificationCompletion

This page covers the description of the IRfidNotificationCompletion completion

The constants of IRfidNotificationCompletion completion identify the RFID chip reading notifications.

public interface IRfidNotificationCompletion {
    int RFID_EVENT_CHIP_DETECTED = 1;
    int RFID_EVENT_READING_ERROR = 2;
}

Constant

Description

RFID_EVENT_CHIP_DETECTED

the connection with the RFID chip is established

RFID_EVENT_READING_ERROR

an error appeared during the RFID chip processing

Last updated