The AbstractBasicCardService..::..AbstractBasicCardSelector type exposes the following members.

Methods

  NameDescription
Protected methodAcceptThisApplicationID
If CheckApplicationID was set to true, this function is called for validating the ApplicationID of an inserted card.
Protected methodAcceptThisAtr
If CheckAtr was set to true, this function is called for validating the Atr of an inserted card.
Protected methodAcceptThisCard(BasicCardService)
If CheckCustom was set to true, this function is called for validating an inserted BasicCard.
Protected methodAcceptThisCard(BasicCardString)
If CheckCardID was set to true, this function is called for validating an inserted BasicCard.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
Protected methodGetCardATR
Fetch ATR from card reader.
(Inherited from AtrCardSelector.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetProcessorCardAtr
Return ProcessorCardAtr if card is a ProcessorCard.
(Inherited from ProcessorCardSelector.)
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.)
Protected methodSelectApplication
AbstractBasicCardSelector calls this funtion to select a application within a MultiApplication BasicCard. Default implementation saves application file name for use by AbstractBasicCardService and sets CanShare to false.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWantThisCard (Overrides ProcessorCardSelector..::..WantThisCard(ICardReader).)

See Also