|
Crescendo SDK
|
Deprecated. Use CrescendoDLL.TokenChange (raised by CrescendoDLL.TokenManager.OnTokensChanged) instead. Represents a specific change that occurred to a smart card reader or token during monitoring. More...
Public Member Functions |
|
| ReaderChangeInfo (string readerName, ChangeType changeType, ReaderInfo? previousState=null, ReaderInfo? currentState=null) | |
| Initializes a new instance of the CrescendoDLL.PCSC.ReaderChangeInfo class. |
|
Properties |
|
| ChangeType | ChangeType [get, set]
|
| Gets or sets the type of change that occurred. |
|
| ReaderInfo? | CurrentState [get, set]
|
| Gets or sets the state of the reader after the change occurred. |
|
| ReaderInfo? | PreviousState [get, set]
|
| Gets or sets the state of the reader before the change occurred. |
|
| string | ReaderName [get, set]
|
| Gets or sets the name of the reader where the change occurred. |
|
Detailed Description
Deprecated. Use CrescendoDLL.TokenChange (raised by CrescendoDLL.TokenManager.OnTokensChanged) instead. Represents a specific change that occurred to a smart card reader or token during monitoring.
Deprecated. This type backs the legacy CrescendoDLL.SDKCore.OnReadersChanged surface and is preserved for source compatibility with code written against SDK 2.x. This method will be removed in a future major release.
This class provides detailed information about state changes detected by the PC/SC monitoring system, including both the previous and current states for comparison.