Package com.zebra.sdk.printer
Class StorageInfo
Object
com.zebra.sdk.printer.StorageInfo
A container class which holds information about various printer drives.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe number of bytes remaining on the drive.charThe drive's alphabetical identifier.The type of drive.booleanBoolean defining whether or not files persist across printer reboots. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
driveLetter
public char driveLetterThe drive's alphabetical identifier. -
driveType
The type of drive. (e.g. flash, RAM)- See Also:
-
bytesFree
public long bytesFreeThe number of bytes remaining on the drive. -
isPersistent
public boolean isPersistentBoolean defining whether or not files persist across printer reboots.
-
-
Constructor Details
-
StorageInfo
public StorageInfo()Creates an emptyStorageInfo container
-