Uses of Class
ch.hei.kart.KartStatusRegister

Uses of KartStatusRegister in ch.hei.kart
 

Methods in ch.hei.kart that return KartStatusRegister
static KartStatusRegister KartStatusRegister.fromAddress(int address)
          Creates a status register enumerator from his integer value.
static KartStatusRegister KartStatusRegister.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KartStatusRegister[] KartStatusRegister.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.hei.kart with parameters of type KartStatusRegister
 int Kart.getStatusRegister(KartStatusRegister register)
          Returns the actual value of the status register.
 int Kart.getStatusRegisterUnsigned(KartStatusRegister register)
          Returns the actual value of the status register.
 void KartStatusRegisterListener.statusRegisterHasChanged(Kart kart, KartStatusRegister register, int newValue)
          This method is called by a Kart object where this listener has been registered for every register that changes its value.