Smart Card Emulation Domain
Functions
Fired when |SCardBeginTransaction| is called.
Fired when |SCardCancel| is called.
Fired when |SCardConnect| is called.
Fired when |SCardControl| is called.
Disables the |SmartCardEmulation| domain.
Fired when |SCardDisconnect| is called.
Enables the |SmartCardEmulation| domain.
Fired when |SCardEndTransaction| is called.
Fired when |SCardEstablishContext| is called.
Subscribes to all events related to this domain.
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.
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.
Fired when |SCardSetAttrib| is called.
Fired when |SCardStatus| is called.
Fired when |SCardTransmit| is called.