[][src]Type Definition mynewt::hw::sensor::bindings::sensor_unset_notification_t

type sensor_unset_notification_t = Option<unsafe extern "C" fn(arg1: *mut sensor, arg2: sensor_event_type_t) -> c_int>;

Unset the notification expectation for a targeted set of events for the specific sensor.

Return: 0 on success, non-zero error code on failure.