10
0
Fork 0

disconnect implemented

This commit is contained in:
Kevin Redon 2011-05-06 18:44:05 +02:00
parent 6ad0e2b4f0
commit 93f082f0fd
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ class PCSCServer < Server
return true
end
def disconnect
@card.disconnect
@context.release
end
# get ATR
def atr