iotcon_list_int_cb typedef
@brief Specifies the type of function passed to iotcon_list_foreach_int().
@since_tizen 3.0
@paramin
pos The number of the integer value (0 being the first)
@paramin
value The integer value
@paramin
user_data The user data to pass to the function
@return @c true to continue with the next iteration of the loop,
otherwise @c false to break out of the loop
#IOTCON_FUNC_CONTINUE and #IOTCON_FUNC_STOP are more friendly values for the return
@pre iotcon_list_foreach_int() will invoke this callback function.
@see iotcon_list_foreach_int()
Implementation
typedef iotcon_list_int_cb
= ffi.Pointer<ffi.NativeFunction<iotcon_list_int_cbFunction>>;