Uses of Class
ch.hei.kart.KartHardwareSettings

Uses of KartHardwareSettings in ch.hei.kart
 

Methods in ch.hei.kart that return KartHardwareSettings
static KartHardwareSettings KartHardwareSettings.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KartHardwareSettings[] KartHardwareSettings.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.hei.kart that return types with arguments of type KartHardwareSettings
 java.util.EnumSet<KartHardwareSettings> KartSetup.hardwareSettings()
          Returns the Kart's actual hardware settings.
 

Methods in ch.hei.kart with parameters of type KartHardwareSettings
 KartSetup KartSetup.clearHwSetting(KartHardwareSettings setting)
          Clears the given hardware setting flag.
 KartSetup KartSetup.setHwSetting(KartHardwareSettings setting)
          Sets the given hardware setting flag.