pub const SPINEL_CMD_POKE: _bindgen_ty_22 = 20;
Expand description

Poke command (Host -> NCP)

Encoding: LUD L : The address to be poked U : Number of bytes to write D : Content to write

This command writes the bytes to the specified memory address for debugging purposes.

This command requires the capability CAP_PEEK_POKE to be present.