Share via


RFIDProtocols Enum

Definition

Enumerates the available predefined RFID tag protocols the device supports.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
EpcClass0 1

EPC class 0 read-only passive tags.

RFIDSdt0Plus 2

Non-standard EPC class "0+" write-once passive tags.

EpcClass1 4

EPC class 1 write once passive tags.

EpcClass1Gen2 8

EPC class 1 gen 2 (ISO 18000-6C) write-once passive tags.

EpcClass2 16

EPC class 2 rewritable tags.

Iso14443A 4096

ISO 14443A HF tags.

Iso14443B 8192

ISO 14443B HF tags.

Iso15693 12288

ISO 15693 HF tags.

Iso180006B 16384

ISO 18000-6B UHF tags.

Other 16777216

A tag that does not fit into one of the defined protocols.

All 1073741824

All protocol tags.

Applies to