Click or drag to resize

SettingsHelperUtilZmotifGetContactlessSmartCardOffset Method

Returns the offset value for the specified contactless smart card encoder type.

Namespace:  Zebra.Sdk.Card.Zmotif.Settings
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
ParameterInfo GetContactlessSmartCardOffset(
	string encoderType
)

Parameters

encoderType
Type: SystemString
The contactless encoder type (mifare, uhf, hf, lf, other).

Return Value

Type: ParameterInfo
The contactless smart card offset value and range.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf the encoder type is not valid or an error occurs while retrieving the smart card offset.
See Also