Uses of Class
amlib.hw.HWType

Packages that use HWType
amlib.hw This package provides APIs to communication with hardware. 
 

Uses of HWType in amlib.hw
 

Methods in amlib.hw that return HWType
 HWType HardwareInterface.getHWType()
          To get the Hardware type
static HWType HWType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HWType[] HWType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in amlib.hw with parameters of type HWType
HardwareInterface(HWType Type)
          Constructor