1.3.5.3.53 MLME_REGISTER_INDICATION_CB Function Pointer

C

typedef void (*MLME_REGISTER_INDICATION_CB)(uint8_t *sna, uint8_t sid);

Summary

Callback function pointer for the MLME register indication.

Description

This callback is used for the MLME register indication.

  • sna - Pointer to the subnetwork address
  • sid - Switch identifier

Remarks

None.