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

Methods

  NameDescription
Protected methodAcceptThisApplicationID
Checks if application id of card matches the specified application id.
(Overrides AbstractBasicCardService..::..AbstractBasicCardSelector..::..AcceptThisApplicationID(BasicCardString).)
Protected methodAcceptThisAtr
Checks if ATR of card matches specified ATR.
(Overrides AbstractBasicCardService..::..AbstractBasicCardSelector..::..AcceptThisAtr(ProcessorCardAtr).)
Protected methodAcceptThisCard(BasicCardService)
If CheckCustom was set to true, this function is called for validating an inserted BasicCard.
(Inherited from AbstractBasicCardService..::..AbstractBasicCardSelector.)
Protected methodAcceptThisCard(BasicCardString)
If CheckCardID was set to true, this function is called for validating an inserted BasicCard.
(Inherited from AbstractBasicCardService..::..AbstractBasicCardSelector.)
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.
(Inherited from AbstractBasicCardService..::..AbstractBasicCardSelector.)
Public methodSetAtrHistory
Set required atr history bytes (with mask) to check for. Set to null (default) to disable check for atr history bytes. Each history byte is checked by XOR specified history byte with real history byte and finally AND (mask) it with mask byte. If result for each byte is 0, then the atr history matches.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWantThisCard (Inherited from AbstractBasicCardService..::..AbstractBasicCardSelector.)

See Also