Enum pn532::nfcip1_picc_status

Enum Documentation

enum class pn532::nfcip1_picc_status : std::uint8_t

Activation status of the PN532, as a target (UM0701-02 §7.3.21).

Values:

enumerator nfcip1_idle

The PN532 (acting as NFCIP-1 target) waits for an initiator or has been released by its initiator.

enumerator nfcip1_activated

The PN532 is activated as NFCIP-1 target.

enumerator nfcip1_deselected

The PN532 (acting as NFCIP-1 target) has been de-selected by its initiator.

enumerator picc_released

The PN532 (acting as ISO/IEC14443-4 PICC) has been released by its PCD (no more RF field is detected).

enumerator picc_activated

The PN532 is activated as ISO/IEC14443-4 PICC.

enumerator picc_deselected

The PN532 (acting as ISO/IEC14443-4 PICC) has been de-selected by its PDC.