1.2.5.86 LBP_AdpNetworkLeaveRequest Function

C

void LBP_AdpNetworkLeaveRequest (
    void
);

Summary

This primitive allows to remove itself from the network.

Description

The LBP Leave Request primitive allows a non-coordinator device to remove itself from the network.

Result is provided in the corresponding LBP Leave Confirm callback.

Parameters

None.

Returns

None.

Example

LBP_AdpNetworkLeaveRequest();
// Wait for Leave Confirm

Remarks

This function is part of the Device LBP Module.