pub const SPINEL_CMD_VENDOR__END: _bindgen_ty_22 = 16384;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.