Class Win32_NetworkAdapterSetting

java.lang.Object
com.ferrumx.system.associatedclasses.Win32_NetworkAdapterSetting

public class Win32_NetworkAdapterSetting extends Object
This class relates Win32_NetworkAdapter with Win32_NetworkAdapterConfiguration.

Queries the Win32_NetworkAdapterSetting of WMI to fetch the "Setting" property which is used in Win32_NetworkAdapterConfiguration.

The linking happens as follows:

The NetworkAdapter ID fetched from Win32_NetworkAdapter.getDeviceIDList() gets passed onto getIndex(String) which returns the "Setting" property, which is a parameter for Win32_NetworkAdapterConfiguration.getAdapterConfiguration(String)

Author:
Egg-03