The CardReaderStatus type exposes the following members.

Constructors

  NameDescription
Public methodCardReaderStatus()()()()
Construct CardReaderStatus object.
Public methodCardReaderStatus(CardReaderStatus)
Copy constructor.

Methods

  NameDescription
Public methodAssign
Set to be equal to copy object.
Public methodClone
Clone this object.
Public methodEquals(Object)
Compare to other card reader status, objects.
(Overrides Object..::..Equals(Object).)
Public methodEquals(CardReaderStatus)
Compare to other card reader status.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Hash code for this object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCardAvailableExclusive
True if card is available for exclusive use, otherwise false.
Public propertyCardAvailableShared
True if card is available for shared use, otherwise false.
Public propertyCardInReader
True if card is in reader, otherwise false.

See Also