Click or drag to resize

DeviceUtilZmotifGetCardTypeInformation Method

Queries the printer and returns the card type information for specified card type.

Namespace:  Zebra.Sdk.Card.Zmotif.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
CardTypeInfo GetCardTypeInformation(
	string cardType
)

Parameters

cardType
Type: SystemString
The card type.

Return Value

Type: CardTypeInfo
The card specific information.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is an error communicating with the printer.
SettingsExceptionIf there is an error retrieving the card type information.
ZebraCardExceptionIf a printer error occurs.
ZebraIllegalArgumentExceptionIf the cardType specified is invalid.
See Also