network adapter
This inspector represents a network adapter, such as an Ethernet port, or a Wi-Fi card, or a Bluetooth card. Each network adapter provides access to several properties, such as the MAC address.
| Version | Platforms |
|---|---|
| 8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Solaris, Windows |
| 8.1.535.0 | Debian, Ubuntu |
| 9.5.13.130 | Raspbian |
Creation
Properties
Returns True or False depending on whether the network adapter is currently connected and set as a metered connection. This corresponds to the status of the Set as metered connection checkbox in the connection properties displayed by the Windows Settings application.
If the network adapter is not connected, this property is False.
Note: On Windows Server, this property is always False, because Windows Server editions do not expose metered-connection cost information.
In the following example, a Windows computer has three network adapters:
- Ethernet0, not connected to a network
- Ethernet1, connected to a network and not metered
- Ethernet2, connected to a network and metered
- Q: (friendly names of it, metered connections of it) of adapters of network
- A: Ethernet0, False
- A: Ethernet1, False
- A: Ethernet2, True
In the following example, a Windows computer has a Wi-Fi network adapter that is not connected to a network.
- Q: (friendly names of it, metered connections of it) of adapters of networks
- A: Wi-Fi, False
In the following example, a Windows computer has a Wi-Fi network adapter that is connected to a network and not metered.
- Q: (friendly names of it, metered connections of it) of adapters of networks
- A: Wi-Fi, False
In the following example, a Windows computer has a Wi-Fi network adapter that is connected to a network and metered.
- Q: (friendly names of it, metered connections of it) of adapters of networks
- A: Wi-Fi, True
| Version | Platforms |
|---|---|
| 11.0.6.0 | Windows |
The operational status for the interface as defined in RFC 2863. It can be one of the values from the IF_OPER_STATUS enumeration type defined in the Iftypes.h header file. On Windows Vista and later, the header files were reorganized and this enumeration is defined in the Ifdef.h header file.
| Version | Platforms |
|---|---|
| 8.0.584.0 | Windows |
Returns True if the specified network adapter is currently working. Interfaces like Wi-Fi may be turned it off to save power, but this inspector will still tell you if it is active.
| Version | Platforms |
|---|---|
| 8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Solaris, Windows |
| 8.1.535.0 | Debian, Ubuntu |
| 9.5.13.130 | Raspbian |
Returns True if the specified network adapter is configured to react to Wake-On-Lan requests. Wake-On-Lan is a mechanism used to trigger a boot of a machine in standby mode by sending a special packet.Note: Wake-On-Lan is only supported for Windows 2000 and XP machines.
| Version | Platforms |
|---|---|
| 8.0.584.0 | Windows |