1.3.5.3.45 PLME_TESTMODE_CONFIRM_CB Function Pointer
C
typedef void (*PLME_TESTMODE_CONFIRM_CB)(PLME_RESULT result, uint16_t pch);
Summary
Callback function pointer for the PLME testmode confirm.
Description
This callback is used for the PLME testmode confirm.
- result - Result of the operation
- pch - Physical channel (v1.4)
Remarks
None.