pub unsafe extern "C" fn otNcpHdlcReceive(
aBuf: *const u8,
aBufLength: u16,
)
Expand description
Is called after HDLC encoded NCP data received.
@param[in] aBuf A pointer to a buffer. @param[in] aBufLength The length of the data stored in the buffer.