pub const SPINEL_PROP_THREAD_NEW_DATASET: _bindgen_ty_24 = 5416;
Expand description

Thread New Operational Dataset ** Format: A(t(iD)) - Read only - FTD build only

  • This property allows host to request NCP to create and return a new Operation Dataset to use when forming a new
  • network.
  • 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.
  • 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

*/