Returns an instance of a SmartcardReader object which contains convenience methods for accessing the printer's smartcard reader.

Namespace:  ZSDK_API.Printer
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
SmartcardReader GetSmartcardReader()
Visual Basic (Declaration)
Function GetSmartcardReader As SmartcardReader

Return Value

Instance of a SmartcardReader object that provides methods for accessing the printer's smartcard reader.

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf there is an issue communicating with the printer (e.g. the connection is not open).

See Also