Uses of Class
de.gematik.smartcards.pcsc.lib.ScardHandle
Packages that use ScardHandle
-
Uses of ScardHandle in de.gematik.smartcards.pcsc.lib
Methods in de.gematik.smartcards.pcsc.lib that return ScardHandleModifier and TypeMethodDescriptionScardHandleByReference.getValue()Constructs a newScardHandlefrom value pointed to by this instance.Methods in de.gematik.smartcards.pcsc.lib with parameters of type ScardHandleModifier and TypeMethodDescriptionintWinscardLibraryImpl.scardDisconnect(ScardHandle card, int dwPosition) Method wrappingWinscardLibrary.SCardDisconnect(ScardHandle, Dword).WinscardLibrary.SCardDisconnect(ScardHandle hCard, Dword dwDisposition) Terminates a connection between an application and a smart card.intWinscardLibraryImpl.scardStatus(ScardHandle card, ByteBuffer mszReaderName, DwordByReference pcchReaderLen, DwordByReference pdwState, DwordByReference pdwProtocol, ByteBuffer pbAtr, DwordByReference pcbAtrLen) WinscardLibrary.SCardStatus(ScardHandle hCard, ByteBuffer mszReaderName, DwordByReference pcchReaderLen, DwordByReference pdwState, DwordByReference pdwProtocol, ByteBuffer pbAtr, DwordByReference pcbAtrLen) Retrieves the current status of a smart card in a reader.byte[]WinscardLibraryImpl.scardTransmit(ScardHandle card, byte[] sendBuffer, double... executionTime) WinscardLibrary.SCardTransmit(ScardHandle hCard, ScardIoRequest pioSendPci, ByteBuffer pbSendBuffer, Dword cbSendLength, ScardIoRequest pioRecvPci, ByteBuffer pbRecvBuffer, DwordByReference pcbRecvLength) Transmits data to and from a connected smart card.