pub unsafe extern "C" fn otCliOutputBytes(
aBytes: *const u8,
aLength: u8,
)
Expand description
Write a number of bytes to the CLI console as a hex string.
@param[in] aBytes A pointer to data which should be printed. @param[in] aLength @p aBytes length.