Hi ! I ran into the exact issue that I referenced this ticket.
When investigating, the header files say that pErrCb is deprecated.
Should I be using something else?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ! I ran into the exact issue that I referenced this ticket.
When investigating, the header files say that pErrCb is deprecated.
Should I be using something else?
Hi Mike,
For RF_postCmd() you should pass an RF_EventMask as one of the parameters:
RF_CmdHandle RF_postCmd ( RF_Handle h,
RF_Op * pOp,
RF_Priority ePri,
RF_Callback pCb,
RF_EventMask bmEvent
)
You can see the full API description here:
Cheers,
Marie H