Enum TargetProtocol
Indicates which NFC technology was used by the external reader to activate the PN5180 during Autocoll (card emulation) mode.
public enum TargetProtocol
Fields
NfcA = 1NFC-A passive (ISO 14443-A) at 106 kbps. The external reader activated the PN5180 using the ISO 14443-3A anti-collision sequence.
NfcF_212 = 2NFC-F (FeliCa) passive at 212 kbps. The external reader activated the PN5180 using a SENSF_REQ polling command at 212 kbps.
NfcF_424 = 3NFC-F (FeliCa) passive at 424 kbps. The external reader activated the PN5180 using a SENSF_REQ polling command at 424 kbps.
None = 0No technology has been detected.
Remarks
Determined by reading RF_STATUS register (0x1D) bits [16:14] after the CARD_ACTIVATED_IRQ fires. See PN5180A0XX-C3.pdf Table 28 – RF_STATUS register.