Click or drag to resize

StorageInfo Class

A container class which holds information about various printer drives.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.PrinterStorageInfo

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public class StorageInfo

The StorageInfo type exposes the following members.

Constructors
  NameDescription
Public methodStorageInfo
Creates an empty StorageInfo container
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldbytesFree
The number of bytes remaining on the drive.
Public fielddriveLetter
The drive's alphabetical identifier.
Public fielddriveType
The type of drive. (e.g. flash, RAM)
Public fieldisPersistent
Bool defining whether or not files persist across printer reboots.
Top
See Also