The CardRequestForEvents type exposes the following members.

Properties

  NameDescription
Public propertyCanceled
True if request has been canceled
(Inherited from CardRequestBase.)
Public propertyCanShare
Resulting share mode. True if card can be shared to fit request, false if not.
(Inherited from CardRequestBase.)
Public propertyCardSelector
Get/set card selector to use for find matching cards. Null for all cards.
(Inherited from CardRequestBase.)
Public propertyEventContext
Event context in which to invoke the event. This may e.g. be a Windows Form object.
Public propertyFinishedRequestCount
Get number of requests events processed.
Public propertyMonitoredReaders
Get/set readers to monitor for this request. Null for all.
(Inherited from CardRequestBase.)
Protected propertyObserver
Card reader observer belonging to this request
(Inherited from CardRequestBase.)
Public propertyOpenRequestCount
Get/set number of requested events to call. -1 for indefinte (default).
Public propertyShared
Get/set shared property. If shared is true and CardSelector is null or does noes need exclusive connection, then a shared connection is sufficient and used.
(Inherited from CardRequestBase.)
Public propertySuspended
Get/set the suspended state. Suspended requests (Suspended=true) will not receive events.
(Inherited from CardRequestBase.)
Public propertyTag
Get/set custom object assigned to request
(Inherited from CardRequestBase.)

See Also