[][src]Type Definition openthread_sys::otUdpReceive

type otUdpReceive = Option<unsafe extern "C" fn(aContext: *mut c_void, aMessage: *mut otMessage, aMessageInfo: *const otMessageInfo)>;

This callback allows OpenThread to inform the application of a received UDP message.