1.3.5.3.51 MLME_REGISTER_REQUEST Function Pointer

C

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

Summary

Function pointer to request to trigger the registration process to a subnetwork through a specific switch node.

Description

This function pointer is used to request to trigger the registration process to a subnetwork through a specific switch node.

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

Remarks

None.