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: 3.0.3271
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
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(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