1.3.5.4.21 CL_NULL_MlmeMpPromoteRequest Function
C
void CL_NULL_MlmeMpPromoteRequest
(
uint8_t *eui48,
uint8_t bcnMode,
uint16_t pch
);
Summary
Request to trigger the promotion process in a Service Node (Terminal or Switch) in a medium (PLC or RF) different from the one the node is connected to the network.
Description
This routine is used to request to trigger the promotion process in a Service Node (Terminal or Switch) in a medium (PLC or RF) different from the one the node is connected to the network.
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 |
pch | Physical channel |
Returns
None.
Example
uint8_t eui48[6];
memset(eui48, 0x12, 6);
CL_NULL_MlmeMpPromoteRequest(eui48, 0, 16);
Remarks
The result of the request is returned in the confirm callback.
This primitive only applies in PRIME v1.4.