Schnittstelle DriveStartStopType


public interface DriveStartStopType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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 `SECURITY UNLOCK
    DEVICE` 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.
  • Felddetails

    • UNKNOWN

      static final int UNKNOWN
      Unknown or drive doesn't support
      start/stop.
      Siehe auch:
    • 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.
      Siehe auch:
    • NETWORK

      static final int NETWORK
      The start/stop methods are used
      for connecting/disconnect to the drive over the network.
      Siehe auch:
    • MULTIDISK

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

      static final int PASSWORD
      The start/stop methods will
      unlock/lock the disk (for example using the ATA `SECURITY UNLOCK
      DEVICE` command)
      Siehe auch: