#include <BasicReader.h>
Public Attributes | |
Reader | reader |
const char * | pId |
const char * | pData |
int | handled |
Data returned from reader as evenet EV_READER
Whether the data from reader is handled or not. If data is not handled, other functions can capture the data for handling.
const char* ReaderData::pData |
Field to store tag data.
const char* ReaderData::pId |
Field to store tag ID when using RFID tags. When reading barcodes, this is set to NULL
Reader ReaderData::reader |
Reader type the data came from