pub const SPINEL_CMD_PEEK_RET: _bindgen_ty_22 = 19;Expand description
Peek return command (NCP -> Host)
Encoding: LUD
L : The address peeked
U : Number of bytes read
D : Memory content
This command contains the contents of memory that was requested by
a previous call to CMD_PEEK.
This command requires the capability CAP_PEEK_POKE to be present.