pub const SPINEL_PROP_THREAD_ACTIVE_DATASET: _bindgen_ty_24 = 5400;
Expand description
Thread Active Operational Dataset
** Format: A(t(iD))
- Read-Write
*
- This property provides access to current Thread Active Operational Dataset. A Thread device maintains the
- Operational Dataset that it has stored locally and the one currently in use by the partition to which it is
- attached. This property corresponds to the locally stored Dataset on the device.
- Operational Dataset consists of a set of supported properties (e.g., channel, network key, network name, PAN id,
- etc). Note that not all supported properties may be present (have a value) in a Dataset.
- The Dataset value is encoded as an array of structs containing pairs of property key (as
i
) followed by the - property value (as
D
). The property value must follow the format associated with the corresponding property. - On write, any unknown/unsupported property keys must be ignored.
- The following properties can be included in a Dataset list:
- SPINEL_PROP_DATASET_ACTIVE_TIMESTAMP
- SPINEL_PROP_PHY_CHAN
- SPINEL_PROP_PHY_CHAN_SUPPORTED (Channel Mask Page 0)
- SPINEL_PROP_NET_NETWORK_KEY
- SPINEL_PROP_NET_NETWORK_NAME
- SPINEL_PROP_NET_XPANID
- SPINEL_PROP_MAC_15_4_PANID
- SPINEL_PROP_IPV6_ML_PREFIX
- SPINEL_PROP_NET_PSKC
- SPINEL_PROP_DATASET_SECURITY_POLICY
*/