Click or drag to resize

ZebraPrinterLinkOs Methods

The ZebraPrinterLinkOs type exposes the following members.

Methods
  Name Description
Public method Calibrate Sends the appropriate calibrate command to the printer.
(Inherited from ToolsUtil)
Public method ConfigureAlert Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
(Inherited from AlertProvider)
Public method ConfigureAlerts Configures a list of alerts to be triggered when their conditions occur or become resolved.
(Inherited from AlertProvider)
Public method CreateBackup Save a backup of your printer's settings, alerts, and files for later restoration.
(Inherited from ProfileUtil)
Public method CreateProfile(Stream) Create a profile of your printer's settings, alerts, and files for cloning to other printers.
(Inherited from ProfileUtil)
Public method CreateProfile(String) Create a profile of your printer's settings, alerts, and files for cloning to other printers.
(Inherited from ProfileUtil)
Public method DeleteFile Deletes the file from the printer. The filePath may also contain wildcards.
(Inherited from FileUtilLinkOs)
Public method DownloadTteFont(Stream, String) Adds a TrueType® font to a profile and stores it at the specified path as a TrueType® extension (TTE).
(Inherited from FontUtil)
Public method DownloadTteFont(String, String) Adds a TrueType® font file to a profile and stores it at the specified path as a TrueType® extension (TTE).
(Inherited from FontUtil)
Public method DownloadTtfFont(Stream, String) Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
(Inherited from FontUtil)
Public method DownloadTtfFont(String, String) Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
(Inherited from FontUtil)
Public method GetAllSettings Retrieve all settings and their attributes.
(Inherited from SettingsProvider)
Public method GetAllSettingValues Retrieves all of the device's setting values.
(Inherited from SettingsProvider)
Public method GetAvailableSettings Retrieve all of the setting identifiers for a device.
(Inherited from SettingsProvider)
Public method GetConfiguredAlerts A list of objects detailing the alert configuration of a printer.
(Inherited from AlertProvider)
Public method GetCurrentStatus Returns a new instance of PrinterStatus that can be used to determine the status of a printer.
(Inherited from ZebraPrinter)
Public method GetObjectFromPrinter(String) Retrieves a file from the printer's file system and returns the contents of that file as a byte array.
(Inherited from FileUtilLinkOs)
Public method GetObjectFromPrinter(Stream, String) Retrieves a file from the printer's file system and writes the contents of that file to destinationStream.
(Inherited from FileUtilLinkOs)
Public method GetObjectFromPrinterViaFtp(String, String) Retrieves a file from the printer's file system via FTP and returns the contents of that file as a byte array.
(Inherited from FileUtilLinkOs)
Public method GetObjectFromPrinterViaFtp(Stream, String, String) Retrieves a file from the printer's file system via FTP and writes the contents of that file to destinationStream.
(Inherited from FileUtilLinkOs)
Public method GetPortStatus Retrieve the TCP port status of the printer and returns a list of TcpPortStatus describing the open ports on the printer.
Public method GetPrinterDownloadableObjectFromPrinter Retrieves a file from the printer's file system and returns the contents of that file as a byte array including all necessary file wrappers for redownloading to a Zebra printer.
(Inherited from FileUtilLinkOs)
Public method GetSettingRange Retrieves the allowable range for a setting.
(Inherited from SettingsProvider)
Public method GetSettingsValues Retrieves the device's setting values for a list of setting IDs.
(Inherited from SettingsProvider)
Public method GetSettingType Returns the data type of the setting.
(Inherited from SettingsProvider)
Public method GetSettingValue Retrieves the device's setting value for a setting id.
(Inherited from SettingsProvider)
Public method GetStorageInfo Retrieves storage information for all of the printer's available drives.
(Inherited from FileUtilLinkOs)
Public method GetVariableFields Returns a list of descriptors of the variable fields in this format.
(Inherited from FormatUtil)
Public method IsSettingReadOnly Returns true if the setting is read only.
(Inherited from SettingsProvider)
Public method IsSettingValid Returns true if value is valid for the given setting.
(Inherited from SettingsProvider)
Public method IsSettingWriteOnly Returns true if the setting is write only.
(Inherited from SettingsProvider)
Public method LoadBackup(String) Takes settings, alerts, and files from a backup, and applies them to a printer.
(Inherited from ProfileUtil)
Public method LoadBackup(String, Boolean) Takes settings, alerts, and files from a backup, and applies them to a printer.
(Inherited from ProfileUtil)
Public method LoadProfile(String) Takes settings, alerts, and files from a profile, and applies them to a printer.
(Inherited from ProfileUtil)
Public method LoadProfile(String, FileDeletionOption, Boolean) Takes settings, alerts, and files from a profile, and applies them to a printer.
(Inherited from ProfileUtil)
Public method PrintConfigurationLabel Sends the appropriate print configuration command to the printer.
(Inherited from ToolsUtil)
Public method PrintDirectoryLabel Send the print directory label command to the printer.
(Inherited from ToolsUtilLinkOs)
Public method PrintImage(String, Int32, Int32) Prints an image from the connecting device file system to the connected device as a monochrome image.
(Inherited from GraphicsUtil)
Public method PrintImage(String, Int32, Int32, Int32, Int32, Boolean) Prints an image from the connecting device file system to the connected device as a monochrome image.
(Inherited from GraphicsUtil)
Public method PrintImage(ZebraImageI, Int32, Int32, Int32, Int32, Boolean) Prints an image to the connected device as a monochrome image.
(Inherited from GraphicsUtil)
Public method PrintNetworkConfigurationLabel Send the print network configuration command to the printer.
(Inherited from ToolsUtilLinkOs)
Public method PrintStoredFormat(String, DictionaryInt32, String) Prints a stored format on the printer, filling in the fields specified by the Dictionary.
(Inherited from FormatUtil)
Public method PrintStoredFormat(String, String) Prints a stored format on the printer, filling in the fields specified by the array.
(Inherited from FormatUtil)
Public method PrintStoredFormat(String, DictionaryInt32, String, String) Prints a stored format on the printer, filling in the fields specified by the Dictionary.
(Inherited from FormatUtil)
Public method PrintStoredFormat(String, String, String) Prints a stored format on the printer, filling in the fields specified by the array.
(Inherited from FormatUtil)
Public method PrintStoredFormatWithVarGraphics(String, DictionaryInt32, String) Prints a stored format on the printer, filling in the fields specified by the Dictionary.
(Inherited from FormatUtilLinkOs)
Public method PrintStoredFormatWithVarGraphics(String, DictionaryInt32, String, String) Prints a stored format on the printer, filling in the fields specified by the Dictionary.
(Inherited from FormatUtilLinkOs)
Public method PrintStoredFormatWithVarGraphics(String, DictionaryInt32, ZebraImageI, DictionaryInt32, String) Prints a stored format on the printer, filling in the fields specified by the Dictionaries.
(Inherited from FormatUtilLinkOs)
Public method PrintStoredFormatWithVarGraphics(String, DictionaryInt32, ZebraImageI, DictionaryInt32, String, String) Prints a stored format on the printer, filling in the fields specified by the Dictionaries.
(Inherited from FormatUtilLinkOs)
Public method ProcessSettingsViaMap Change or retrieve printer settings.
(Inherited from SettingsProvider)
Public method RemoveAlert Removes a configured alert from a printer. They may be reconfigured via the configureAlert(s) methods.
(Inherited from AlertProvider)
Public method RemoveAllAlerts Removes all alerts currently configured on a printer. They may be reconfigured via the configureAlert(s) methods.
(Inherited from AlertProvider)
Public method Code example Reset Sends the appropriate reset command to the printer.
(Inherited from ToolsUtil)
Public method ResetNetwork Sends the network reset command to the printer.
(Inherited from ToolsUtilLinkOs)
Public method RestoreDefaults Sends the appropriate restore defaults command to the printer.
(Inherited from ToolsUtil)
Public method RestoreNetworkDefaults Send the restore network defaults command to the printer.
(Inherited from ToolsUtilLinkOs)
Public method RetrieveFileNames Retrieves the names of the files which are stored on the device.
(Inherited from FileUtil)
Public method RetrieveFileNames(String) Retrieves the names of the files which are stored on the device.
(Inherited from FileUtil)
Public method RetrieveFormatFromPrinter(String) Retrieves a format from the printer.
(Inherited from FormatUtil)
Public method RetrieveFormatFromPrinter(Stream, String) Retrieves a format from the printer.
(Inherited from FormatUtil)
Public method RetrieveObjectsProperties Retrieves the properties of the objects which are stored on the device.
(Inherited from FileUtil)
Public method SendCommand(String) Converts the specified command to bytes using the default charset and sends the bytes to the printer.
(Inherited from ToolsUtil)
Public method SendCommand(String, String) Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the printer.
(Inherited from ToolsUtil)
Public method SendFileContents(String) Sends the contents of a file to the device.
(Inherited from FileUtil)
Public method SendFileContents(String, ProgressMonitor) Sends the contents of a file to the device.
(Inherited from FileUtil)
Public method SetClock Set the RTC time and date on the printer.
(Inherited from ToolsUtilLinkOs)
Public method SetConnection Changes the printer's connection.
(Inherited from ZebraPrinter)
Public method SetSetting Sets the setting to the given value.
(Inherited from SettingsProvider)
Public method SetSettings Set more than one setting.
(Inherited from SettingsProvider)
Public method StoreFileOnPrinter(String) Stores the file on the printer using any required file wrappers.
(Inherited from FileUtilLinkOs)
Public method StoreFileOnPrinter(Byte, String) Stores a file on the printer named fileNameOnPrinter with the file contents from fileContents using any required file wrappers.
(Inherited from FileUtilLinkOs)
Public method StoreFileOnPrinter(String, String) Stores the file on the printer at the specified location and name using any required file wrappers.
(Inherited from FileUtilLinkOs)
Public method StoreImage(String, String, Int32, Int32) Stores the specified image to the connected printer as a monochrome image.
(Inherited from GraphicsUtil)
Public method StoreImage(String, ZebraImageI, Int32, Int32) Stores the specified image to the connected printer as a monochrome image.
(Inherited from GraphicsUtil)
Public method Code example UpdateFirmware(String, FirmwareUpdateHandler) Update firmware on the printer using the default timeout of 10 minutes.
(Inherited from FirmwareUpdaterLinkOs)
Public method UpdateFirmware(String, Int64, FirmwareUpdateHandler) Update firmware on the printer using the specified timeout.
(Inherited from FirmwareUpdaterLinkOs)
Public method UpdateFirmwareUnconditionally(String, FirmwareUpdateHandler) Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version currently on the printer.
(Inherited from FirmwareUpdaterLinkOs)
Public method UpdateFirmwareUnconditionally(String, Int64, FirmwareUpdateHandler) Update firmware on the printer, using the specified timeout, regardless of the firmware version currently on the printer.
(Inherited from FirmwareUpdaterLinkOs)
Top
See Also