iotcon_list_bool_cb typedef
@brief Specifies the type of function passed to iotcon_list_foreach_bool().
@since_tizen 3.0
@paramin
pos The number of the boolean value (0 being the first)
@paramin
value The boolean 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_bool() will invoke this callback function.
@see iotcon_list_foreach_bool()
Implementation
typedef iotcon_list_bool_cb
= ffi.Pointer<ffi.NativeFunction<iotcon_list_bool_cbFunction>>;