1.3.5.4.9 CL_NULL_LeaveRequest Function
C
void CL_NULL_LeaveRequest
(
uint16_t conHandle,
uint8_t *eui48
);
Summary
Request to leave a multicast connection.
Description
This routine is used to request to leave a multicast connection.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
Param | Description |
---|---|
conHandle | Unique identifier of the connection |
eui48 |
Pointer to the address of the node to be removed from the multicast group (only used in base node) |
Returns
None.
Example
CL_NULL_LeaveRequest(0, NULL);
Remarks
The result of the request is returned in the confirm callback.