[][src]Function realsense_sys::rs2_get_notification_description

pub unsafe extern "C" fn rs2_get_notification_description(
    notification: *mut rs2_notification,
    error: *mut *mut rs2_error
) -> *const c_char

retrieve description from notification handle \param[in] notification handle returned from a callback \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return the notification description