OnArrived Method
OnArrived(ISmartCardDevice)
Implementers should call this method when they have discovered a new smart card device on the system.
C#
protected void OnArrived(ISmartCardDevice device)
Parameters
Type | Name | Description |
---|---|---|
ISmartCardDevice | device | The device instance that originates this event. |