LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
logicalaccess::ISO15693Commands::SystemInformation Struct Reference

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.
 

Detailed Description

ISO15693 System information.

Member Data Documentation

◆ AFI

unsigned char logicalaccess::ISO15693Commands::SystemInformation::AFI

The Application Family Identifier.

◆ blockSize

int logicalaccess::ISO15693Commands::SystemInformation::blockSize

The block size in bytes.

◆ DSFID

unsigned char logicalaccess::ISO15693Commands::SystemInformation::DSFID

The Data Storage Format Identifier.

◆ hasAFI

bool logicalaccess::ISO15693Commands::SystemInformation::hasAFI

The AFI is supported.

◆ hasDSFID

bool logicalaccess::ISO15693Commands::SystemInformation::hasDSFID

The DSFID is supported.

◆ hasICReference

bool logicalaccess::ISO15693Commands::SystemInformation::hasICReference

The IC reference is supported.

◆ hasVICCMemorySize

bool logicalaccess::ISO15693Commands::SystemInformation::hasVICCMemorySize

The VICC memory size is supported.

◆ ICReference

unsigned char logicalaccess::ISO15693Commands::SystemInformation::ICReference

The IC reference.

◆ nbBlocks

int logicalaccess::ISO15693Commands::SystemInformation::nbBlocks

The number of blocks.


The documentation for this struct was generated from the following file: