Table of Contents

Enum NfcProtocol

Namespace
Iot.Device.Card
Assembly
Iot.Device.Card.dll

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 = 1

ISO/IEC 14443-3 protocol (Type A or B, anticollision level)

Iso14443_4 = 2

ISO/IEC 14443-4 protocol (T=CL, half-duplex block transmission)

Iso15693 = 32

ISO/IEC 15693 protocol (Vicinity / NFC-V / ICODE)

Jewel = 8

Innovision Jewel/Topaz protocol

JisX6319_4 = 16

JIS X 6319-4 (FeliCa) protocol

Mifare = 4

Mifare protocol (Mifare Classic, Plus SL1)

Unknown = 0

Unknown protocol.