1.3.5.5.2 MNGP_Tasks Function

C

void MNGP_Tasks(void);

Summary

Maintains the Management Plane state machine.

Description

This function is used to maintain the Management Plane internal state machine and generate callbacks.

Precondition

The MNGP_Initialize function should have been called before calling this function.

Parameters

None.

Returns

None.

Example

while (true)
{
    MNGP_Tasks();
}

Remarks

This function must be periodically called by the user application through the PRIME Stack.