The AbstractBasicCardService..::..AbstractBasicCardSelector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AbstractBasicCardService..::..AbstractBasicCardSelector |
Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | AcceptThisApplicationID |
If CheckApplicationID was set to true, this function
is called for validating the ApplicationID of an inserted card.
|
![]() | AcceptThisAtr |
If CheckAtr was set to true, this function
is called for validating the Atr of an inserted card.
|
![]() | AcceptThisCard(BasicCardService) |
If CheckCustom was set to true, this function
is called for validating an inserted BasicCard.
|
![]() | AcceptThisCard(BasicCardString) |
If CheckCardID was set to true, this function
is called for validating an inserted BasicCard.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCardATR |
Fetch ATR from card reader.
(Inherited from AtrCardSelector.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProcessorCardAtr |
Return ProcessorCardAtr if card is a ProcessorCard.
(Inherited from ProcessorCardSelector.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SelectApplication |
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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WantThisCard | (Overrides ProcessorCardSelector..::..WantThisCard(ICardReader).) |
Fields
Name | Description | |
---|---|---|
![]() | atr |
Desired ATR of card.
(Inherited from AtrCardSelector.) |
![]() | mask |
Desired ATR check mask.
(Inherited from AtrCardSelector.) |
![]() | service |
AbstractBasicCardService using this object.
|
Properties
Name | Description | |
---|---|---|
![]() | CanShare |
True if sharing the connection is possible.
(Overrides AtrCardSelector..::..CanShare.) |
![]() | CheckApplicationID |
Set this to true to validate the card within
AcceptThisApplicationID(BasicCardString) calls.
|
![]() | CheckAtr |
Set this to true for activation of ATR check.
|
![]() | CheckCardID |
Set this to true to validate the card id of a
MultiApplication BasicCard within
AcceptThisCard(BasicCardString) calls.
|
![]() | CheckCustom |
Set this to true to validate the card within
AcceptThisCard(BasicCardString) calls.
|