1.3.5.4.24 CL_NULL_MlmeResetRequest Function
C
void CL_NULL_MlmeResetRequest(void);
Summary
Request the flushing of all transmit and receive buffers and the resetting of all state variables.
Description
This routine is used to request the flushing of all transmit and receive buffers and the resetting of all state variables. As a result, a Service Node will transit from its present functional state to the Disconnected functional state.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
None.
Returns
None.
Example
CL_NULL_MlmeResetRequest();
Remarks
The result of the request is returned in the confirm callback.