Ejemplo n.º 1
0
 /** Close the session with the current card and cardreader. */
 public void Close() {
   if (_activePassportService != null) {
     _activePassportService.close();
     _activePassportService = null;
     _activeCardService = null;
     _activeCardTerminal = null;
   }
 }