LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Enumerations
chip.hpp File Reference

Chip descriptor. More...

#include <memory>
#include <vector>
#include <logicalaccess/cards/ichip.hpp>
#include <logicalaccess/lla_fwd.hpp>
#include <logicalaccess/lla_core_api.hpp>
#include <logicalaccess/services/cardservice.hpp>

Go to the source code of this file.

Classes

class  logicalaccess::Chip
 The base chip class for all chip. Each chip have is own object and providers according to himself and the reader used to access the chip. More...
 

Namespaces

namespace  logicalaccess
 

Macros

#define CHIP_UNKNOWN   "UNKNOWN"
 
#define CHIP_GENERICTAG   "GenericTag"
 

Enumerations

enum  logicalaccess::ChipPowerStatus { logicalaccess::CPS_NO_POWER = 0x00 , logicalaccess::CPS_UNKNOWN = 0x01 , logicalaccess::CPS_POWER_LOW = 0x02 , logicalaccess::CPS_POWER_HIGH = 0x03 }
 The power status. More...
 

Detailed Description

Chip descriptor.

Author
Maxime C. maxim.nosp@m.e-de.nosp@m.v@isl.nosp@m.og.c.nosp@m.om

Macro Definition Documentation

◆ CHIP_GENERICTAG

#define CHIP_GENERICTAG   "GenericTag"

◆ CHIP_UNKNOWN

#define CHIP_UNKNOWN   "UNKNOWN"