SmartcardReaderFactoryCreate Method
|
Creates an instance of a Smartcard reader, if available.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static SmartcardReader Create(
ZebraPrinter printer
)
Public Shared Function Create (
printer As ZebraPrinter
) As SmartcardReader
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:
SmartcardReaderAn instance of a SmartcardReader object or null if the base printer does not have Smartcard reader
hardware installed.
See Also