Hi,
I am trying to modify the WindowlessRfidDefaultHandlerImpl.cpp to make it work a bit differently.
Basically I do not want it to return the RFID UID but the data in the tag.
I am struggling and I have very limited amount of time.
Basically I do not understand how to mix these things together to achieve what I explained:
RF_SetDataReadRange(mRfidHandle, 21, 10);
stat = RF_GetTagData(mRfidHandle, tagHandle, tag->data, &tagDataSize[bcd->data.rfid.count]); // I took this from DefaultHandlerImpl.cpp
