Gen2 memory bank identifiers
| C# | Visual Basic | Visual C++ |
public enum Bank
Public Enumeration Bank
public enum class Bank
| Member | Description |
|---|---|
| RESERVED |
Reserved memory contains kill and access passwords
|
| EPC |
EPC memory contains CRC, PC, EPC
|
| TID |
TID memory contains tag implementation identifiers
|
| USER |
User memory is optional, but exists for user-defined data
|
| GEN2BANKRESERVEDENABLED |
Used to enable the read of additional membanks - reserved mem bank
|
| GEN2EPCLENGTHFILTER |
Used to Filter Gen2 Tag with specified EPC length
|
| GEN2EPCTRUNCATE |
Gen2 Truncate Option
|
| GEN2BANKEPCENABLED |
Used to enable the read of additional membanks - epc mem bank
|
| GEN2BANKTIDENABLED |
Used to enable the read of additional membanks - tid mem bank
|
| GEN2BANKUSERENABLED |
Used to enable the read of additional membanks - user mem bank
|