stc_stats_info_cb typedef

@brief Called whenever there is available statistical information. @details One of the following errors is delivered as a result. #STC_ERROR_NONE Successful \n #STC_ERROR_INVALID_OPERATION No reply \n #STC_ERROR_OPERATION_FAILED Operation failed \n #STC_ERROR_PERMISSION_DENIED Access or permission denied @since_tizen 4.0

@paramin result The result of statistics information getting @paramin info The statistics information handle @paramin user_data The user data passed from the statistics provider function @return #STC_CALLBACK_CONTINUE to continue with the next iteration of the loop, otherwise #STC_CALLBACK_CANCEL to break out of the loop

@pre stc_foreach_stats() will invoke this callback. @see stc_stats_info_get_app_id() @see stc_stats_info_get_iface_name() @see stc_stats_info_get_time_interval() @see stc_stats_info_get_iface_type() @see stc_stats_info_get_counter() @see stc_stats_info_get_roaming_type() @see stc_stats_info_get_protocol_type() @see stc_stats_info_get_process_state()

Implementation

typedef stc_stats_info_cb
    = ffi.Pointer<ffi.NativeFunction<stc_stats_info_cbFunction>>;