Class SmartcardReaderFactory

Object
com.zebra.sdk.device.SmartcardReaderFactory

public class SmartcardReaderFactory extends Object
A class used to determine if a base ZebraPrinter has Smartcard reader capabilities. Not all Zebra printers are available with built-in readers.
  • Method Details

    • create

      public static SmartcardReader create(ZebraPrinter printer)
      Creates an instance of a Smartcard reader, if available.
      Parameters:
      printer - base ZebraPrinter that may or may not have Smartcard reader capabilities.
      Returns:
      an instance of a SmartcardReader object or null if the base printer does not have Smartcard reader hardware installed.