1.2.5.94 LBP_KickDevice Function
C
bool LBP_KickDevice (
    uint16_t shortAddress,
    ADP_EXTENDED_ADDRESS* pEUI64Address
);Summary
Removes a device from the network.
Description
This routine allows the upper layer to remove a device from the network.
Parameters
| Param | Description | 
|---|---|
| shortAddress | The network address of device to be removed | 
| pEUI64Address | Pointer to extended address of device to be removed | 
Returns
True if Kick is sent to device, otherwise false.
Example
ADP_EXTENDED_ADDRESS eui64; uint16_t shortAddr; LBP_KickDevice(shortAddr, &eui64);
Remarks
This function is part of the Coordinator LBP Module.
