Click or drag to resize

DeviceUtil Interface

Defines functions used for printer related operations.

Namespace:  Zebra.Sdk.Card.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public interface DeviceUtil

The DeviceUtil type exposes the following members.

Methods
  NameDescription
Public methodCheckForAlarm
Gets the printer's current alarm code.
Public methodClearOcpDisplay
Clears any custom line data from the OCP and returns it to the main view.
Public methodGetCardCount
Returns the printer's total card count values.
Public methodGetMagneticEncoderConfiguration
Returns the printer's magnetic encoder configuration.
Public methodGetMediaInformation
Returns a List of the printer's installed media information.
Public methodGetOcpDisplay
Returns the line data currently displayed on the printer's OCP.
Public methodGetPrintCapability
Returns the transfer type of the printer.
Public methodGetPrinterInformation
Returns the printer's specific device information.
Public methodGetPrinterStatus
Returns the printer's current status information.
Public methodGetSensorStates
Returns the printer's sensor states.
Public methodGetSensorValues
Returns the printer's sensor values.
Public methodGetSmartCardConfigurations
Returns the printer's smart card encoder configurations.
Public methodHasLaminator
Returns true if the printer includes a laminator.
Public methodHasMagneticEncoder
Returns true if the printer includes a magnetic encoder.
Public methodHasSmartCardEncoder
Returns true if the printer includes a smart card encoder.
Public methodRegisterAlarmHandler
Registers a callback routine for asynchronous reporting of printer alarm conditions.
Public methodReset
Resets the printer.
Public methodSetOcpDisplay
Displays the specified line data on the printer's OCP.
Public methodUpdateFirmware(String)
Updates the printers firmware.
Public methodUpdateFirmware(String, CardFirmwareUpdateHandler)
Updates the printers firmware.
Top
See Also