foreach_data_item


Description:

public void foreach_data_item (VPNIterFunc func)

Iterates all data items stored in this setting.

It is safe to add, remove, and modify data items inside func, though any additions or removals made during iteration will not be part of the iteration.

Parameters:

this

a SettingVPN

func

an user provided function

user_data

data to be passed to func