1.3.5.3.52 MLME_REGISTER_CONFIRM_CB Function Pointer

C

typedef void (*MLME_REGISTER_CONFIRM_CB)(MLME_RESULT result, uint8_t *sna,
    uint8_t sid);

Summary

Callback function pointer for the MLME register confirm.

Description

This callback is used for the MLME register confirm.

  • result - Result of the operation
  • sna - Pointer to the subnetwork address
  • sid - Switch identifier

Remarks

None.