1.3.5.3.43 PLME_RESET_CONFIRM_CB Function Pointer

C

typedef void (*PLME_RESUME_CONFIRM_CB)(PLME_RESULT result, uint16_t pch);

Summary

Callback function pointer for the PLME resume confirm.

Description

This callback is used for the PLME resume confirm.
  • result - Result of the operation
  • pch - Physical channel (v1.4)

Remarks

None.