Class StorageInfo

Object
com.zebra.sdk.printer.StorageInfo

public class StorageInfo extends Object
A container class which holds information about various printer drives.
  • Field Details

    • driveLetter

      public char driveLetter
      The drive's alphabetical identifier.
    • driveType

      public DriveType driveType
      The type of drive. (e.g. flash, RAM)
      See Also:
    • bytesFree

      public long bytesFree
      The number of bytes remaining on the drive.
    • isPersistent

      public boolean isPersistent
      Boolean defining whether or not files persist across printer reboots.
  • Constructor Details

    • StorageInfo

      public StorageInfo()
      Creates an empty StorageInfo container