Sends a CT_ATR command to the printer's smartcard reader, if present.

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

Syntax

C#
byte[] GetATR()
Visual Basic (Declaration)
Function GetATR As Byte()

Return Value

A byte array containing the response from the smartcard reader.

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf an I/O error occurs.
ZSDK_API.ApiException..::.ZebraGeneralExceptionIf there is an issue writing to the printer.

See Also