pub const SPINEL_CMD_NET_CLEAR: _bindgen_ty_22 = 10;
Expand description
Clear saved network settings command (Host -> NCP)
Encoding: Empty
Erases all network credentials and state from non-volatile memory.
This operation affects non-volatile memory only. The current network information stored in volatile memory is unaffected.
The response to this command is always a CMD_PROP_VALUE_IS
for
PROP_LAST_STATUS
, indicating the result of the operation.