pub const SPINEL_PROP_THREAD_MLR_REQUEST: _bindgen_ty_24 = 5428;
Expand description
Multicast Listeners Register Request
** Format t(A(6))A(t(CD))
- Write-only
- Required capability:
SPINEL_CAP_NET_THREAD_1_2
t(A(6))
: Array of IPv6 multicast addressesA(t(CD))
: Array of structs holding optional parameters as followsC
: Parameter idD
: Parameter value- +––––––––––––––––––––––––––––––––+
- | Id: SPINEL_THREAD_MLR_PARAMID_TIMEOUT |
- | Type:
L
| - | Description: Timeout in seconds. If this optional parameter is |
- | omitted, the default value of the BBR will be used. |
- | Special values: |
- | 0 causes given addresses to be removed |
- | 0xFFFFFFFF is permanent and persistent registration |
- +––––––––––––––––––––––––––––––––+
- Write to this property initiates update of Multicast Listeners Table on the primary BBR.
- If the write succeeded, the result of network operation will be notified later by the
- SPINEL_PROP_THREAD_MLR_RESPONSE property. If the write fails, no MLR.req is issued and
- notification through the SPINEL_PROP_THREAD_MLR_RESPONSE property will not occur.
*/