Package com.zebra.sdk.device
Class SmartcardReaderFactory
Object
com.zebra.sdk.device.SmartcardReaderFactory
A class used to determine if a base ZebraPrinter has Smartcard reader capabilities. Not all Zebra printers are
available with built-in readers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SmartcardReadercreate(ZebraPrinter printer) Creates an instance of a Smartcard reader, if available.
-
Method Details
-
create
Creates an instance of a Smartcard reader, if available.- Parameters:
printer- baseZebraPrinterthat 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.
-