Click or drag to resize

JobUtilZmotifReadBarcodeData Method

Sends a job to the printer to scan and return the barcode data from a card.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
BarcodeData ReadBarcodeData()

Return Value

Type: BarcodeData
A BarcodeData object containing the barcode type and data read from the card.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
SettingsExceptionIf an error occurs while reading the barcode data.
TimeoutExceptionIf the operation times out.
ZebraCardExceptionIf a printer error occurs.
ZebraIllegalArgumentExceptionIf an error occurs while building the job.
See Also