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: 3.0.3271
Syntax
public static SmartcardReader Create(
	ZebraPrinter printer
)

Parameters

printer  ZebraPrinter
Base ZebraPrinter that may or may not have Smartcard reader capabilities.

Return Value

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