@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
21 lines (12 loc) • 605 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/devices](./devices.md) > [CardsReader](./devices.cardsreader.md) > [(constructor)](./devices.cardsreader.(constructor).md)
## CardsReader.(constructor)
Constructs a new card reader API object.
<b>Signature:</b>
```typescript
constructor(options?: WebSdk.WebChannelOptions);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | <code>WebSdk.WebChannelOptions</code> | options for the <code>WebSdk</code> channel. |