5.1.2.22 ZDO_UnbindIndication Function
Syntax
void ZDO_UnbindIndication(ZDO_UnbindInd_t *unbindInd);
Description
This function indicates that the application has removed a certain binding from the local binding table. The application must implement this function, although it may leave the body empty.
The stack calls the function when a ZDP unbinding request, initiated either by a remote
device or the local device, removes a binding entry. However, when the application calls
the APS_UnbindReq()
function to remove an entry from the local binding
table, it does not call the indication function.
Input Parameters
Parameter Name | Description |
---|---|
unbindInd | ZDO Unbind indication parameters structure pointer |
Return Type and Values
- None