Uses of Class
jGpibEnet.controllers.ControllerType

Packages that use ControllerType
jGpibEnet   
jGpibEnet.controllers   
 

Uses of ControllerType in jGpibEnet
 

Methods in jGpibEnet that return ControllerType
 ControllerType GpibEnetDriver.getControllerType()
           
 

Methods in jGpibEnet with parameters of type ControllerType
 void GpibEnetDriver.setControllerType(ControllerType controllerType)
           
 

Constructors in jGpibEnet with parameters of type ControllerType
GpibEnetDriver(ControllerType type, java.lang.String ipAddress)
          Constructor For This Class.
 

Uses of ControllerType in jGpibEnet.controllers
 

Methods in jGpibEnet.controllers that return ControllerType
static ControllerType ControllerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControllerType[] ControllerType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jGpibEnet.controllers with parameters of type ControllerType
 ControllerIfc ControllerFactory.getController(ControllerType type, java.lang.String ipAddress, int commTimeOutInSec)
          Returns The Appropriate Controller