1.3.5.4.18 CL_NULL_MlmeRegisterRequest Function
C
void CL_NULL_MlmeRegisterRequest
(
uint8_t *sna,
uint8_t sid
);
Summary
Request to trigger the registration process to a subnetwork through a specific switch node.
Description
This routine is used to request to trigger the registration process to a subnetwork through a specific switch node.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
| Param | Description |
|---|---|
| sna | Pointer to the subnetwork address |
| sid | Switch identifier |
Returns
None.
Example
CL_NULL_MlmeRegisterRequest(NULL, 125);
Remarks
The result of the request is returned in the confirm callback.
