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

ParamDescription
snaPointer to the subnetwork address
sidSwitch identifier

Returns

None.

Example

CL_NULL_MlmeRegisterRequest(NULL, 125);

Remarks

The result of the request is returned in the confirm callback.