@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
22 lines (13 loc) • 645 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [CardInserted](./devices.cardinserted.md) > [(constructor)](./devices.cardinserted.(constructor).md)
## CardInserted.(constructor)
Contructs a new event object.
<b>Signature:</b>
```typescript
constructor(reader: string, card: string);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| reader | <code>string</code> | a name of a card reader where the card was presented. |
| card | <code>string</code> | a name of a card presented. |