UNPKG

@digitalpersona/devices

Version:
23 lines (14 loc) 561 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [CardType](./devices.cardtype.md) ## CardType enum Enumerates supported card types. <b>Signature:</b> ```typescript export declare enum CardType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Contact | <code>1</code> | A smartcard. | | Contactless | <code>2</code> | A contactless card. | | Proximity | <code>4</code> | A proximity card. |