Package ch.bailu.gtk.gio
Interface DriveStartStopType
public interface DriveStartStopType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 <quote>SECURITY
UNLOCK DEVICE</quote> 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.
-
Field Details
-
UNKNOWN
static final int UNKNOWNUnknown or drive doesn't support
start/stop.- See Also:
-
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.- See Also:
-
NETWORK
static final int NETWORKThe start/stop methods are used
for connecting/disconnect to the drive over the network.- See Also:
-
MULTIDISK
static final int MULTIDISKThe start/stop methods will
assemble/disassemble a virtual drive from several physical
drives.- See Also:
-
PASSWORD
static final int PASSWORDThe start/stop methods will
unlock/lock the disk (for example using the ATA <quote>SECURITY
UNLOCK DEVICE</quote> command)- See Also:
-