LibLogicalAccess
2.5.0
An Open Source RFID Library
|
ISO15693 System information. More...
#include <iso15693commands.hpp>
Public Attributes | |
bool | hasDSFID |
The DSFID is supported. | |
bool | hasAFI |
The AFI is supported. | |
bool | hasVICCMemorySize |
The VICC memory size is supported. | |
bool | hasICReference |
The IC reference is supported. | |
unsigned char | ICReference |
The IC reference. | |
int | blockSize |
The block size in bytes. | |
int | nbBlocks |
The number of blocks. | |
unsigned char | AFI |
The Application Family Identifier. | |
unsigned char | DSFID |
The Data Storage Format Identifier. | |
ISO15693 System information.
unsigned char logicalaccess::ISO15693Commands::SystemInformation::AFI |
The Application Family Identifier.
int logicalaccess::ISO15693Commands::SystemInformation::blockSize |
The block size in bytes.
unsigned char logicalaccess::ISO15693Commands::SystemInformation::DSFID |
The Data Storage Format Identifier.
bool logicalaccess::ISO15693Commands::SystemInformation::hasAFI |
The AFI is supported.
bool logicalaccess::ISO15693Commands::SystemInformation::hasDSFID |
The DSFID is supported.
bool logicalaccess::ISO15693Commands::SystemInformation::hasICReference |
The IC reference is supported.
bool logicalaccess::ISO15693Commands::SystemInformation::hasVICCMemorySize |
The VICC memory size is supported.
unsigned char logicalaccess::ISO15693Commands::SystemInformation::ICReference |
The IC reference.
int logicalaccess::ISO15693Commands::SystemInformation::nbBlocks |
The number of blocks.