pub const SPINEL_PROP_THREAD_MGMT_SET_ACTIVE_DATASET: _bindgen_ty_24 = 5402;
Expand description

Send MGMT_SET Thread Active Operational Dataset ** Format: A(t(iD)) - Write only

  • The formatting of this property follows the same rules as in SPINEL_PROP_THREAD_ACTIVE_DATASET.
  • This is write-only property. When written, it triggers a MGMT_ACTIVE_SET meshcop command to be sent to leader
  • with the given Dataset. The spinel frame response should be a LAST_STATUS with the status of the transmission
  • of MGMT_ACTIVE_SET command.
  • In addition to supported properties in SPINEL_PROP_THREAD_ACTIVE_DATASET, the following property can be
  • included in the Dataset (to allow for custom raw TLVs):
  • SPINEL_PROP_DATASET_RAW_TLVS

*/