Click or drag to resize

JobUtilZmotifRetrySmartCard Method

Repositions a smart card that is already present at the encoder.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void RetrySmartCard(
	SmartCardType smartCardType
)

Parameters

smartCardType
Type: Zebra.Sdk.Card.EnumerationsSmartCardType
The smart card type.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
SettingsExceptionIf an error occurs while repositioning the smart card.
ZebraCardExceptionIf a printer error occurs.
ZebraIllegalArgumentExceptionIf the smartCardType is invalid.
See Also