icsneo_removeMessageCallback

Function icsneo_removeMessageCallback 

Source
pub unsafe extern "C" fn icsneo_removeMessageCallback(
    device: *const neodevice_t,
    id: c_int,
) -> bool
Expand description

\brief Removes a message callback from the specified device. \param[in] device A pointer to the neodevice_t structure specifying the device to operate on. \param[in] id The id of the callback to remove. \returns True if the callback was successfully removed.