pub const SPINEL_CMD_NOOP: _bindgen_ty_22 = 0;
Expand description

No-Operation command (Host -> NCP)

Encoding: Empty

Induces the NCP to send a success status back to the host. This is primarily used for liveliness checks. The command payload for this command SHOULD be empty.

There is no error condition for this command.