Interface DriveStartStopType


public interface DriveStartStopType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The start/stop methods will
    assemble/disassemble a virtual drive from several physical
    drives.
    static final int
    The start/stop methods are used
    for connecting/disconnect to the drive over the network.
    static final int
    The start/stop methods will
    unlock/lock the disk (for example using the ATA <quote>SECURITY
    UNLOCK DEVICE</quote> command)
    static final int
    The stop method will physically
    shut down the drive and e.g. power down the port the drive is
    attached to.
    static final int
    Unknown or drive doesn't support
    start/stop.
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      Unknown or drive doesn't support
      start/stop.
      See Also:
    • SHUTDOWN

      static final int SHUTDOWN
      The 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 NETWORK
      The start/stop methods are used
      for connecting/disconnect to the drive over the network.
      See Also:
    • MULTIDISK

      static final int MULTIDISK
      The start/stop methods will
      assemble/disassemble a virtual drive from several physical
      drives.
      See Also:
    • PASSWORD

      static final int PASSWORD
      The start/stop methods will
      unlock/lock the disk (for example using the ATA <quote>SECURITY
      UNLOCK DEVICE</quote> command)
      See Also: