Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

SmartCard.Cancel

Terminates all outstanding actions within a specific resource manager context.

Component Version macOS Windows Linux Server iOS SDK
SmartCard 6.3 ✅ Yes ✅ Yes ❌ No ✅ Yes, on macOS and Windows ❌ No
MBS( "SmartCard.Cancel"; SmartCardContext )   More

Parameters

Parameter Description Example
SmartCardContext The smartcard context reference number. $SmartCardContext

Result

Returns OK or error.

Description

Terminates all outstanding actions within a specific resource manager context.
The only requests that you can cancel are those that require waiting for external action by the smart card or user. Any such outstanding action requests will terminate with a status indication that the action was canceled. This is especially useful to force outstanding GetStatusChange calls to terminate.

See also

Created 13th June 2016, last changed 18th June 2016


SmartCard.BeginTransaction - SmartCard.CancelTransaction

Feedback: Report problem or ask question.