Table of Contents

Enum TargetProtocol

Namespace
Iot.Device.Pn5180
Assembly
Iot.Device.Pn5180.dll

Indicates which NFC technology was used by the external reader to activate the PN5180 during Autocoll (card emulation) mode.

public enum TargetProtocol

Fields

NfcA = 1

NFC-A passive (ISO 14443-A) at 106 kbps. The external reader activated the PN5180 using the ISO 14443-3A anti-collision sequence.

NfcF_212 = 2

NFC-F (FeliCa) passive at 212 kbps. The external reader activated the PN5180 using a SENSF_REQ polling command at 212 kbps.

NfcF_424 = 3

NFC-F (FeliCa) passive at 424 kbps. The external reader activated the PN5180 using a SENSF_REQ polling command at 424 kbps.

None = 0

No 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.