Uses of Class
de.gematik.smartcards.pcsc.lib.DwordByReference
Packages that use DwordByReference
-
Uses of DwordByReference in de.gematik.smartcards.pcsc.lib
Methods in de.gematik.smartcards.pcsc.lib with parameters of type DwordByReferenceModifier and TypeMethodDescriptionintWinscardLibraryImpl.scardConnect(ScardContext context, String szReader, int dwShareMode, int dwPreferredProtocols, ScardHandleByReference phCard, DwordByReference pdwActiveProtocol) WinscardLibrary.SCardConnect(ScardContext hContext, String szReader, Dword dwSharMode, Dword dwPreferredProtocols, ScardHandleByReference phCard, DwordByReference pdwActiveProtocol) Establishes a connection to a smart card.intWinscardLibraryImpl.scardListReaders(ScardContext context, String mszGroups, byte[] mszReaders, DwordByReference pcchReaders) WinscardLibrary.SCardListReaders(ScardContext hContext, ByteBuffer mszGroups, ByteBuffer mszReaders, DwordByReference pcchReaders) Provides a list of readers.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.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.