Home | Trees | Indices | Help |
|
---|
|
Card connection abstract class.
Known subclasses: smartcard.pcsc.PCSCCardConnection
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
T0_protocol = 1
|
|||
T1_protocol = 2
|
|||
RAW_protocol = 65536
|
|||
T15_protocol = 8
|
|
|||
Inherited from |
|
Construct a new card connection.
|
Add a status word exception class to be filtered.
|
Add a CardConnection observer.
|
Remove a CardConnection observer.
|
Connect to card.
|
Return bit mask for the protocol of connection, or None if no protocol set. The return value is a bit mask of CardConnection.T0_protocol, CardConnection.T1_protocol, CardConnection.RAW_protocol, CardConnection.T15_protocol |
Add an error checking chain.
|
Set protocol for card connection.
|
Transmit an apdu. Internally calls doTransmit() class method and notify observers upon command/response APDU events. Subclasses must override the doTransmit() class method.
|
Performs the command APDU transmission. Subclasses must override this method for implementing apdu transmission. |
Send a control command and buffer. Internally calls doControl() class method and notify observers upon command/response events. Subclasses must override the doControl() class method.
|
Performs the command control. Subclasses must override this method for implementing control. |
return the requested attribute
|
Performs the command get attrib. Subclasses must override this method for implementing get attrib. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Feb 17 16:23:26 2017 | http://epydoc.sourceforge.net |