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
)
Function GetCardTypeInformation (
cardType As String
) As CardTypeInfo
CardTypeInfo^ GetCardTypeInformation(
String^ cardType
)
Parameters
- cardType
- Type: SystemString
The card type.
Return Value
Type:
CardTypeInfoThe card specific information.
Exceptions See Also