1.3.5.3.39 PLME_RESET_CONFIRM_CB Function Pointer

C

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

Summary

Callback function pointer for the PLME reset confirm.

Description

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

Remarks

None.