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
)
Function GetContactlessSmartCardOffset (
encoderType As String
) As ParameterInfo
ParameterInfo^ GetContactlessSmartCardOffset(
String^ encoderType
)
Parameters
- encoderType
- Type: SystemString
The contactless encoder type (mifare, uhf, hf, lf, other).
Return Value
Type:
ParameterInfoThe contactless smart card offset value and range.
Exceptions Exception | Condition |
---|
ConnectionException | If the device is busy or there is an error communicating with the printer. |
SettingsException | If the encoder type is not valid or an error occurs while retrieving the smart card offset. |
See Also