Interface network


public interface network

network.js contains methods for interacting with the networking state of the system.


Method Summary
 int getRFQuality()
          Determines the current Wireless network RF signal quality
 int getRFStrength()
          Determines the current Wireless network RF signal strength
 boolean isWirelessNetworkAvailable()
          Determines whether the tablet has network connectivity
 

Method Detail

isWirelessNetworkAvailable

public boolean isWirelessNetworkAvailable()
Determines whether the tablet has network connectivity

Returns:
Returns whether the tablet has network connectivity
WATA Integration
Host Applicationcom.ibm.retail.saf.wata.host.settings.SettingsAgentManager
Host Applet(TBD)
FlowUses: get os/network/wireless/connected

getRFStrength

public int getRFStrength()
Determines the current Wireless network RF signal strength

Returns:
Returns the current percentage strength of the RF signal. Returns -1 if the information cannot be obtained.
WATA Integration
Host Applicationcom.ibm.retail.saf.wata.host.settings.SettingsAgentManager
Host Applet(TBD)
FlowUses: get os/network/wireless/signal.strength

getRFQuality

public int getRFQuality()
Determines the current Wireless network RF signal quality

Returns:
Returns the current percentage quality of the RF signal. Returns -1 if the information cannot be obtained.
WATA Integration
Host Applicationcom.ibm.retail.saf.wata.host.settings.SettingsAgentManager
Host Applet(TBD)
FlowUses: get os/network/wireless/signal.quality