NetworkInterface information of the wireless endpoint. More...
Methods | |
Description.Get | |
Returns a textual description of the object. | |
DisplayName.Get | |
Returns the display name of the interface. More... | |
IPv4.Get | |
Returns a list of IPv4 addresses of this interface. More... | |
IPv6.Global.Get | |
Returns a list of the Global IPv6 addresses of this interface. More... | |
IPv6.LinkLocal.Get | |
Returns a list of the LinkLocal addresses of this interface. More... | |
Mac.Get | |
Returns the mac-address of the interface. More... | |
Name.Get | |
Returns the name of the interface. More... | |
Parent.Get | |
Returns the parent object. | |
Speed.Get | |
Returns the link speed of the interface. More... | |
Type.Get | |
Returns the type of the network interface. More... | |
WiFi.Bssid.Get | |
Returns the BSSID with which the WiFi interface is connected. More... | |
WiFi.Channel.Get | |
Returns the channel of the Wireless interface. More... | |
WiFi.Rssi.Get | |
Returns the Received Signal Strength Indication (RSSI) of the Wireless interface. More... | |
WiFi.RxRate.Get | |
Returns the Receive rate in bps of the Wireless interface. More... | |
WiFi.Ssid.Get | |
Returns the SSID with which the Wi-Fi interface is connected. i. More... | |
WiFi.TxRate.Get | |
Returns the Transmit rate in bps of the Wireless interface. More... | |
NetworkInterface information of the wireless endpoint.
Represents a network interface of a wireless endpoint.
WirelessEndpoint.NetworkInterface::DisplayName.Get |
WirelessEndpoint.NetworkInterface::IPv4.Get |
WirelessEndpoint.NetworkInterface::IPv6.Global.Get |
WirelessEndpoint.NetworkInterface::IPv6.LinkLocal.Get |
WirelessEndpoint.NetworkInterface::Mac.Get |
WirelessEndpoint.NetworkInterface::Name.Get |
WirelessEndpoint.NetworkInterface::Speed.Get |
Returns the link speed of the interface.
This method returns -1 when it's not possible to retrieve link speed. This can happen due to OS restrictions on the WEP or due to the interface not being connected to any network.
When the interface is a WiFi interface, the Transmit Speed is returned.
Returns:
1000000000
WirelessEndpoint.NetworkInterface::Type.Get |
WirelessEndpoint.NetworkInterface::WiFi.Bssid.Get |
Returns the BSSID with which the WiFi interface is connected.
Returns "00:00:00:00:00:00" string when the BSSID isn't available, either due to OS restrictions or due to no netwerk being connected.
Returns:
00:bb:1f:00:12:34
WirelessEndpoint.NetworkInterface::WiFi.Channel.Get |
Returns the channel of the Wireless interface.
We return this value as a number. For most devices, channels 1 to 14 are in in the 2.4 GHz band, higher values are used for the 5 GHz range.
This method returns -1 when the Wi-Fi channel isn't available. This can be either due to OS restrictions or simply the Wi-Fi not being connected.
Returns:
54
WirelessEndpoint.NetworkInterface::WiFi.Rssi.Get |
Returns the Received Signal Strength Indication (RSSI) of the Wireless interface.
The value is numeric and represents the signal strength in dBm.
When no RSSI value is available (not connected or not allowed by the OS), this method returns -1.
Returns:
-70
WirelessEndpoint.NetworkInterface::WiFi.RxRate.Get |
Returns the Receive rate in bps of the Wireless interface.
This method returns -1 when it's not possible to retrieve the RxRate. This can happen due to OS restrictions on the WEP or due to the Wireless Endpoint not being connected to any Wi-Fi network
Returns:
54000000
WirelessEndpoint.NetworkInterface::WiFi.Ssid.Get |
Returns the SSID with which the Wi-Fi interface is connected. i.
Returns an empty string when the SSID isn't available, either due to OS restrictions or due to no netwerk being connected.
Returns:
OfficeWireless
WirelessEndpoint.NetworkInterface::WiFi.TxRate.Get |
Returns the Transmit rate in bps of the Wireless interface.
This method returns -127 when it's not possible to retrieve the TxRate. This can happen due to OS restrictions on the WEP or due to the Wireless Endpoint not being connected to any Wi-Fi network
Returns:
54000000