pub const SPINEL_CMD_PROP_VALUE_MULTI_GET: _bindgen_ty_22 = 21;
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.