UNPKG

@digitalpersona/devices

Version:
14 lines (8 loc) 589 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/devices](./devices.md) &gt; [CardsReader](./devices.cardsreader.md) &gt; [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>; ```