Edit

Share via


NfcProtocol Enum

Definition

NFC protocol These include standards as well as proprietary command sets, for which transceivers may have special support. For example, Mifare is conveyed across ISO/IEC 14443-3 (Type A), and transceivers have built-in support for Mifare authentication commands.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum NfcProtocol
[<System.Flags>]
type NfcProtocol = 
Public Enum NfcProtocol
Inheritance
NfcProtocol
Attributes

Fields

Iso14443_3 1

ISO/IEC 14443-3 (Type A or B)

Iso14443_4 2

ISO/IEC 14443-4 (Type A or B)

Iso15693 32

ISO/IEC 15693

Jewel 8

Innovision Jewel

JisX6319_4 16

JIS X 6319-4. Compatible with FeliCa.

Mifare 4

Mifare Classic Proprietary commands on top of ISO/IEC 14443-3 Type A

Unknown 0

Unknown or unspecified

Applies to