Function desfire::fs::logout_app
Defined in File fs.hpp
Function Documentation
-
result desfire::fs::logout_app(tag &tag)
Logs out the current key from
tag
, but maintains the current app selected. This method cycles to the root app and back to tag::active_app with tag::select_application.- Parameters:
tag – Tag on which to operate.
- Returns:
Either
mlab::result_success
, or any of the error codes returned by tag::select_application.