CardInfo Struct Reference
All the data related to the new card event information.
#include <scmTypes.h>
Public Attributes | |
std::string | readerName = "" |
The name of the reader responsible of the card. | |
std::string | uid = "" |
The UID of the card. | |
CardType | cardtype = DEFAULT_CARD |
The card type. | |
bool | collision = true |
If there is collision or not. | |
std::string | timestamp = "" |
The time stamp of when the information was take it. | |