Click or drag to resize

DeviceUtilZmotifGetAvailableCardTypes Method

Queries the printer and returns the available card types.

Namespace:  Zebra.Sdk.Card.Zmotif.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
List<string> GetAvailableCardTypes()

Return Value

Type: ListString
A List of supported card types.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf there is an error retrieving the available card types.
ZebraCardExceptionIf a printer error occurs.
See Also