Click or drag to resize

SmartcardReaderFactoryCreate Method

Creates an instance of a Smartcard reader, if available.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static SmartcardReader Create(
	ZebraPrinter printer
)

Parameters

printer
Type: Zebra.Sdk.PrinterZebraPrinter
Base ZebraPrinter that may or may not have Smartcard reader capabilities.

Return Value

Type: SmartcardReader
An instance of a SmartcardReader object or null if the base printer does not have Smartcard reader hardware installed.
See Also