RouteInterfaces Methods



Add(ADeviceName as String) as Integer

Adds network interface device name to the set of devices and returns index of added item.

ADeviceName will be obtained from Adapters.Adapter object.

Delete(Index as Integer)

Deletes item with specified Index from the set.

Clear

Removes all items from the set of interfaces.

InRange(AHandle as Integer) as Boolean

Checks, if interface with specified handle in the set if interfaces. Warning: handle of each interface can be changed from next service restarting. Handle will be obtained from Adapters.Adapter object.