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;
}

Last updated