Enum NfcProtocol
NFC protocol used for communication with a card. This is used by the CardTransceiver to apply the correct timing and framing.
[Flags]
public enum NfcProtocol
Fields
Iso14443_3 = 1ISO/IEC 14443-3 protocol (Type A or B, anticollision level)
Iso14443_4 = 2ISO/IEC 14443-4 protocol (T=CL, half-duplex block transmission)
Iso15693 = 32ISO/IEC 15693 protocol (Vicinity / NFC-V / ICODE)
Jewel = 8Innovision Jewel/Topaz protocol
JisX6319_4 = 16JIS X 6319-4 (FeliCa) protocol
Mifare = 4Mifare protocol (Mifare Classic, Plus SL1)
Unknown = 0Unknown protocol.