SmartCardEmulation
Types
Fired when |SCardBeginTransaction| is called.
Fired when |SCardCancel| is called.
Maps to |SCARD_*| connection state values.
Fired when |SCardConnect| is called.
Fired when |SCardControl| is called.
Fired when |SCardDisconnect| is called.
Indicates what the reader should do with the card.
Fired when |SCardEndTransaction| is called.
Fired when |SCardEstablishContext| is called.
Fired when |SCardGetAttrib| is called.
Fired when |SCardGetStatusChange| is called. Timeout is specified in milliseconds.
Fired when |SCardListReaders| is called.
Maps to the |SCARD_PROTOCOL_*| values.
Maps to the |SCARD_PROTOCOL_*| flags.
Maps to the |SCARD_STATE_*| flags.
Fired when |SCardReleaseContext| is called.
Indicates the PC/SC error code.
Fired when |SCardSetAttrib| is called.
Maps to the |SCARD_SHARE_*| values.
Fired when |SCardStatus| is called.
Fired when |SCardTransmit| is called.
Properties
Fired when |SCardBeginTransaction| is called.
Fired when |SCardCancel| is called.
Fired when |SCardConnect| is called.
Fired when |SCardControl| is called.
Fired when |SCardDisconnect| is called.
Fired when |SCardEndTransaction| is called.
Fired when |SCardEstablishContext| is called.
Fired when |SCardGetAttrib| is called.
Fired when |SCardGetStatusChange| is called. Timeout is specified in milliseconds.
Fired when |SCardListReaders| is called.
Fired when |SCardReleaseContext| is called.
Fired when |SCardSetAttrib| is called.
Fired when |SCardStatus| is called.
Fired when |SCardTransmit| is called.
Functions
Disables the |SmartCardEmulation| domain.
Enables the |SmartCardEmulation| domain.
Reports the result of a |SCardBeginTransaction| call. On success, this creates a new transaction object.
Reports the successful result of a |SCardConnect| call.
Reports the successful result of a call that sends back data on success. Used for |SCardTransmit|, |SCardControl|, and |SCardGetAttrib|.
Reports an error result for the given request.
Reports the successful result of a |SCardEstablishContext| call.
Reports the successful result of a |SCardGetStatusChange| call.
Reports the successful result of a |SCardListReaders| call.
Reports the successful result of a call that returns only a result code. Used for: |SCardCancel|, |SCardDisconnect|, |SCardSetAttrib|, |SCardEndTransaction|.
Reports the successful result of a |SCardReleaseContext| call.
Reports the successful result of a |SCardStatus| call.