pub const SPINEL_CMD_VENDOR__BEGIN: _bindgen_ty_22 = 15360;
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.