Delegate EpasClient.CardActionNotification
Delegate definition for card insertion and removal notifications
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public delegate void CardActionNotification(bool cardInserted);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | cardInserted | True if a card has been inserted, false if it has been removed |