1.3.5.3.41 PLME_SLEEP_CONFIRM_CB Function Pointer

C

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

Summary

Callback function pointer for the PLME sleep confirm.

Description

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

Remarks

None.