com.IBM.WirelessClient.API
Class eInterfaceHandle

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

public class eInterfaceHandle
extends java.lang.Object

eInterfaceHandle Used as a parameter on almost every api call, returned from the openinterface or getactiveinterface api calls. This class wrappers an api interface handle


Constructor Summary
eInterfaceHandle(int theInterfaceHandle)
           
 
Method Summary
 int getInterfaceHandle()
           
 void setInterfaceHandle(int newVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

eInterfaceHandle

public eInterfaceHandle(int theInterfaceHandle)
Method Detail

getInterfaceHandle

public final int getInterfaceHandle()

setInterfaceHandle

public void setInterfaceHandle(int newVal)