1.3.5.3.57 MLME_PROMOTE_REQUEST Function Pointer

C

typedef void (*MLME_PROMOTE_REQUEST)(uint8_t *eui48, uint8_t bcnMode);

Summary

Function pointer to request to trigger the promotion process in a Service Node that is in a Terminal functional state.

Description

This function pointer is used to request to trigger the promotion process in a Service Node that is in a Terminal functional state.

  • eui48 - Pointer to the address of the node to be promoted (NULL in Service Node)
  • bcnMode - Beacon PDU modulation scheme

Remarks

None.