Type Definition scs_sdk_rs::scs_input_active_callback_t
source · pub type scs_input_active_callback_t = Option<unsafe extern "C" fn(active: scs_u8_t, context: scs_context_t)>;Expand description
@brief Type of function called to notify about changes in device activity state
@param active Nonzero if the device is active and processing events. @param context Context information passed during device registration.