Enum EventState
Enumeration for event state values.
Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
[Flags]
public enum EventState : uint
Fields
Name | Description |
---|---|
StateAtrmatch | ATR matches card. |
StateChanged | State has changed. |
StateEmpty | Card removed. |
StateExclusive | Exclusive Mode. |
StateIgnore | Ignore this reader. |
StateInuse | Shared Mode. |
StateMute | Unresponsive card. |
StatePresent | There is a card in the reader, but it has not been moved into position for use. |
StateUnaware | App wants status. |
StateUnknown | Unknown state. |
StateUnpowered | Unpowered card. |
Unavailable | Status unavailable. |