LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
logicalaccess::ISO15693Chip Class Reference

The ISO15693 base chip class. More...

#include <iso15693chip.hpp>

Inheritance diagram for logicalaccess::ISO15693Chip:
logicalaccess::Chip logicalaccess::IChip logicalaccess::ICode1Chip logicalaccess::ICode2Chip logicalaccess::InfineonMYDChip logicalaccess::TagItChip

Public Member Functions

 ISO15693Chip (std::string ct)
 Constructor.
 
 ISO15693Chip ()
 Constructor.
 
virtual ~ISO15693Chip ()
 Destructor.
 
std::string getGenericCardType () const override
 Get the generic card type.
 
std::shared_ptr< LocationNodegetRootLocationNode () override
 Get the root location node.
 
std::shared_ptr< CardServicegetService (CardServiceType serviceType) override
 Get a card service for this chip.
 
std::shared_ptr< LocationcreateLocation () const override
 Create default ISO15693 location.
 
std::shared_ptr< ISO15693CommandsgetISO15693Commands () const
 Get the ISO15693 card provider for I/O access.
 
- Public Member Functions inherited from logicalaccess::Chip
 Chip ()
 Constructor.
 
 Chip (std::string cardtype)
 Constructor.
 
virtual ~Chip ()
 Destructor.
 
const std::string & getCardType () const override
 Get the card type of the chip.
 
std::string getGenericCardType () const override
 Get the generic card type.
 
virtual std::shared_ptr< LocationNodegetRootLocationNode ()
 Get the root location node.
 
std::shared_ptr< CommandsgetCommands () const override
 Get the commands.
 
void setCommands (std::shared_ptr< Commands > commands)
 Set commands.
 
ByteVector getChipIdentifier () const override
 Get the chip identifier.
 
virtual void setChipIdentifier (ByteVector identifier)
 Set the chip identifier.
 
ChipPowerStatus getPowerStatus () const
 Get the chip power status.
 
void setPowerStatus (ChipPowerStatus powerStatus)
 Set the chip power status.
 
unsigned char getReceptionLevel () const
 Get the chip reception level.
 
void setReceptionLevel (unsigned char receptionLevel)
 Set the chip reception level.
 
virtual std::shared_ptr< AccessInfocreateAccessInfo () const
 Create default access informations.
 
virtual std::shared_ptr< LocationcreateLocation () const
 Create default location.
 
std::shared_ptr< CardServicegetService (CardServiceType serviceType) override
 Get a card service for this chip.
 
template<typename T >
std::shared_ptr< T > getService ()
 
bool operator< (const Chip &chip) const
 
- Public Member Functions inherited from logicalaccess::IChip
virtual ~IChip ()=default
 
virtual const std::string & getCardType () const =0
 Get the card type of the chip.
 
virtual std::string getGenericCardType () const =0
 Get the generic card type.
 
virtual std::shared_ptr< CommandsgetCommands () const =0
 Get the commands.
 
virtual ByteVector getChipIdentifier () const =0
 Get the chip identifier.
 
virtual std::shared_ptr< CardServicegetService (CardServiceType serviceType)=0
 Get a card service for this chip.
 

Additional Inherited Members

- Protected Attributes inherited from logicalaccess::Chip
std::string d_cardtype
 The card type of the profile.
 
ByteVector d_chipIdentifier
 The chip identifier.
 
ChipPowerStatus d_powerStatus
 The chip power status. Most chip doesn't have his own power supply.
 
std::shared_ptr< Commandsd_commands
 Commands object.
 
unsigned char d_receptionLevel
 The chip reception level.
 

Detailed Description

The ISO15693 base chip class.

Constructor & Destructor Documentation

◆ ISO15693Chip() [1/2]

logicalaccess::ISO15693Chip::ISO15693Chip ( std::string  ct)
explicit

Constructor.

◆ ISO15693Chip() [2/2]

logicalaccess::ISO15693Chip::ISO15693Chip ( )

Constructor.

◆ ~ISO15693Chip()

logicalaccess::ISO15693Chip::~ISO15693Chip ( )
virtual

Destructor.

Member Function Documentation

◆ createLocation()

std::shared_ptr< Location > logicalaccess::ISO15693Chip::createLocation ( ) const
overridevirtual

Create default ISO15693 location.

Returns
Default ISO15693 location.

Reimplemented from logicalaccess::Chip.

◆ getGenericCardType()

std::string logicalaccess::ISO15693Chip::getGenericCardType ( ) const
inlineoverridevirtual

Get the generic card type.

Returns
The generic card type.

Reimplemented from logicalaccess::Chip.

◆ getISO15693Commands()

std::shared_ptr< ISO15693Commands > logicalaccess::ISO15693Chip::getISO15693Commands ( ) const
inline

Get the ISO15693 card provider for I/O access.

Returns
The ISO15693 card provider.

◆ getRootLocationNode()

std::shared_ptr< LocationNode > logicalaccess::ISO15693Chip::getRootLocationNode ( )
overridevirtual

Get the root location node.

Returns
The root location node.

Reimplemented from logicalaccess::Chip.

Reimplemented in logicalaccess::TagItChip.

◆ getService()

std::shared_ptr< CardService > logicalaccess::ISO15693Chip::getService ( CardServiceType  serviceType)
overridevirtual

Get a card service for this chip.

Parameters
serviceTypeThe card service type.
Returns
The card service.

Reimplemented from logicalaccess::Chip.


The documentation for this class was generated from the following files: