Package ch.bailu.gtk.gio
Schnittstelle DriveStartStopType
public interface DriveStartStopType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe start/stop methods will
assemble/disassemble a virtual drive from several physical
drives.static final intThe start/stop methods are used
for connecting/disconnect to the drive over the network.static final intThe start/stop methods will
unlock/lock the disk (for example using the ATA `SECURITY UNLOCK
DEVICE` command)static final intThe stop method will physically
shut down the drive and e.g. power down the port the drive is
attached to.static final intUnknown or drive doesn't support
start/stop.
-
Felddetails
-
UNKNOWN
static final int UNKNOWNUnknown or drive doesn't support
start/stop.- Siehe auch:
-
SHUTDOWN
static final int SHUTDOWNThe stop method will physically
shut down the drive and e.g. power down the port the drive is
attached to.- Siehe auch:
-
NETWORK
static final int NETWORKThe start/stop methods are used
for connecting/disconnect to the drive over the network.- Siehe auch:
-
MULTIDISK
static final int MULTIDISKThe start/stop methods will
assemble/disassemble a virtual drive from several physical
drives.- Siehe auch:
-
PASSWORD
static final int PASSWORDThe start/stop methods will
unlock/lock the disk (for example using the ATA `SECURITY UNLOCK
DEVICE` command)- Siehe auch:
-