Returns an instance of a MagCardReader object which contains convenience methods for accessing the
printer's magnetic card reader.
Namespace:
ZSDK_API.PrinterAssembly: ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0
Syntax
| C# |
|---|
MagCardReader GetMagCardReader() |
| Visual Basic (Declaration) |
|---|
Function GetMagCardReader As MagCardReader |
Return Value
Instance of a MagCardReader object that provides methods for accessing the printer's magnetic card reader.
Exceptions
| Exception | Condition |
|---|---|
| ZSDK_API.ApiException..::.ZebraPrinterConnectionException | If there is an issue communicating with the printer (e.g. the connection is not open). |