getNetworkIfs

open override fun getNetworkIfs(includeLocalInterfaces: Boolean): List<NetworkIF>

Retrieves the network interfaces, with the option to include local interfaces.

Return

A list of NetworkIF objects representing the network interfaces.

Parameters

includeLocalInterfaces

Whether to include local interfaces (such as loopback).