7#ifndef LOGICALACCESS_ISO14443BREADERCOMMUNICATION_HPP
8#define LOGICALACCESS_ISO14443BREADERCOMMUNICATION_HPP
A ISO14443-3B reader communication base class.
Definition: iso14443breadercommunication.hpp:23
virtual void attrib()=0
Send a attrib command from the PCD to the PICC.
virtual ByteVector anticollisionB(unsigned char afi=0x00)=0
Manage collision.
virtual void haltB()=0
Send a HLTB command from the PCD to the PICC.
virtual ByteVector requestB(unsigned char afi=0x00)=0
Send a REQB command from the PCD to the PICC.
virtual ~ISO14443BReaderCommunication()=default
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80