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