Click or drag to resize

DeviceUtilGetSmartCardConfigurations Method

Returns the printer's smart card encoder configurations.

Namespace:  Zebra.Sdk.Card.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
Dictionary<string, string> GetSmartCardConfigurations()

Return Value

Type: DictionaryString, String
A Dictionary containing the encoder types and their serial numbers.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf an error occurs while retrieving the smartcard configuration.
ZebraCardExceptionIf the device is busy.
See Also