add_address


Description:

public bool add_address (IPAddress address)

Adds a new IP address and associated information to the setting.

The given address is duplicated internally and is not changed by this function.

Parameters:

this

the SettingIPConfig

address

the new address to add

Returns:

true if the address was added; false if the address was already known.