| Home | Trees | Indices | Help |
|
|---|
|
|
The ATRCardType defines a card from an ATR and a mask.
|
|||
|
|||
|
|||
|
|||
ATRCardType constructor.
atr: the ATR of the CardType
mask: an optional mask to be applied to the ATR for CardType matching
default is None
|
Returns true if the atr matches the masked CardType atr. atr: the atr to chek for matching reader: the reader (optional); default is None When atr is compared to the CardType ATR, matches returns true if and only if CardType.atr & CardType.mask = atr & CardType.mask, where & is the bitwise logical AND.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Nov 22 15:23:52 2014 | http://epydoc.sourceforge.net |