com.IBM.WirelessClient.API
Class eNetworkCapabilities

java.lang.Object
  |
  +--com.IBM.WirelessClient.API.eNetworkCapabilities

public class eNetworkCapabilities
extends java.lang.Object

eNetworkCapabilities Used with the eMsg_NetworkCapabilitiesevent


Field Summary
static int ART_BATTERYMODE
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_BATTERYSTRENGTH
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_PACKET
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_SHORTHOLD
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_SIGNALQUALITY
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_SIGNALSTRENGTH
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_SUSPEND
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_SWITCHED
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
static int ART_TXDISABLE
          ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
 
Constructor Summary
eNetworkCapabilities(int theCapabilities, int theAverageBPS, int theMtuSize)
           
 
Method Summary
 int getAverageBPS()
           
 int getCapabilities()
           
 int getMtuSize()
           
 void setAverageBPS(int newVal)
           
 void setCapabilities(int newVal)
           
 void setMtuSize(int newVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ART_SWITCHED

public static final int ART_SWITCHED
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_PACKET

public static final int ART_PACKET
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_SIGNALSTRENGTH

public static final int ART_SIGNALSTRENGTH
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_BATTERYSTRENGTH

public static final int ART_BATTERYSTRENGTH
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_BATTERYMODE

public static final int ART_BATTERYMODE
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_TXDISABLE

public static final int ART_TXDISABLE
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_SUSPEND

public static final int ART_SUSPEND
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_SIGNALQUALITY

public static final int ART_SIGNALQUALITY
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask

ART_SHORTHOLD

public static final int ART_SHORTHOLD
ART_CAPABILITY bit mask values Use the following values to interpret the capabilities bit mask
Constructor Detail

eNetworkCapabilities

public eNetworkCapabilities(int theCapabilities,
                            int theAverageBPS,
                            int theMtuSize)
Method Detail

getAverageBPS

public final int getAverageBPS()

getCapabilities

public final int getCapabilities()

getMtuSize

public final int getMtuSize()

setAverageBPS

public void setAverageBPS(int newVal)

setCapabilities

public void setCapabilities(int newVal)

setMtuSize

public void setMtuSize(int newVal)