Uses of Class
dioscuri.module.ata.ATACommand

Packages that use ATACommand
dioscuri.module.ata   
 

Uses of ATACommand in dioscuri.module.ata
 

Methods in dioscuri.module.ata that return ATACommand
static ATACommand ATACommand.getCommand(int portAddress)
          Get the command corresponding to the address
static ATACommand ATACommand.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ATACommand[] ATACommand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.