DriveStartStopType

Enumeration describing how a drive can be started/stopped.

Since

2.22

Entries

Link copied to clipboard

Unknown or drive doesn't support start/stop.

Link copied to clipboard

The stop method will physically shut down the drive and e.g. power down the port the drive is attached to.

Link copied to clipboard

The start/stop methods are used for connecting/disconnect to the drive over the network.

Link copied to clipboard

The start/stop methods will assemble/disassemble a virtual drive from several physical drives.

Link copied to clipboard

The start/stop methods will unlock/lock the disk (for example using the ATA SECURITY UNLOCK DEVICE command)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.