|
Leosac
0.8.0
Open Source Access Control
|
Go to the documentation of this file.
37 virtual const std::string &
card_id()
const = 0;
38 virtual int nb_bits()
const = 0;
41 virtual void card_id(
const std::string &) = 0;
50 virtual uint64_t
to_int()
const = 0;
virtual const std::string & card_id() const =0
virtual uint64_t to_int() const =0
Returns the integer representation of the card ID.
This is the header file for a generated source file, GitSHA1.cpp.
virtual int nb_bits() const =0
Base interface for credential objects.
MAKE_VISITABLE_FALLBACK(ICredential)
virtual uint64_t to_raw_int() const =0
Convert the bits of the card to an integer.
Interface for RFIDCard credential.