@digitalpersona/devices
Version:
DigitalPersona Security Devices support library
14 lines (8 loc) • 561 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) > [onDeviceConnected](./devices.cardsreader.ondeviceconnected.md)
## CardsReader.onDeviceConnected property
An event handler for the [DeviceConnected](./devices.deviceconnected.md) event. This is a unicast subscription, i.e. only one handler can be registered at once.
<b>Signature:</b>
```typescript
onDeviceConnected: Handler<DeviceConnected>;
```