1.3.5.4.20 CL_NULL_MlmePromoteRequest Function
C
void CL_NULL_MlmePromoteRequest
(
uint8_t *eui48,
uint8_t bcnMode
);
Summary
Request to trigger the promotion process in a Service Node that is in a Terminal functional state.
Description
This routine is used to request to trigger the promotion process in a Service Node that is in a Terminal functional state.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
Param | Description |
---|---|
eui48 |
Pointer to the address of the node to be promoted (NULL in Service Node) |
bcnMode | Beacon PDU modulation scheme |
Returns
None.
Example
uint8_t eui48[6];
memset(eui48, 0x12, 6);
CL_NULL_MlmePromoteRequest(eui48, 0);
Remarks
The result of the request is returned in the confirm callback.