Uses of Class
de.gematik.smartcards.pcsc.lib.Dword
Packages that use Dword
-
Uses of Dword in de.gematik.smartcards.pcsc.lib
Fields in de.gematik.smartcards.pcsc.lib declared as DwordModifier and TypeFieldDescriptionScardReaderState.cbAtrNumber of octets in ATR.ScardIoRequest.cbPciLengthProtocol Control Information Length.ScardReaderState.dwCurrentStateCurrent state of reader.ScardReaderState.dwEventStateReader state ofter a state change.ScardIoRequest.dwProtocolProtocol in use.static final DwordWinscardLibrary.SCARD_AUTOALLOCATESpecial value used when indicating the length of an output buffer.Methods in de.gematik.smartcards.pcsc.lib that return DwordModifier and TypeMethodDescriptionDwordByReference.getValue()Returns value pointed to by this pointer.WinscardLibrary.SCardConnect(ScardContext hContext, String szReader, Dword dwSharMode, Dword dwPreferredProtocols, ScardHandleByReference phCard, DwordByReference pdwActiveProtocol) Establishes a connection to a smart card.WinscardLibrary.SCardDisconnect(ScardHandle hCard, Dword dwDisposition) Terminates a connection between an application and a smart card.WinscardLibrary.SCardEstablishContext(Dword dwScope, com.sun.jna.Pointer pvReserved1, com.sun.jna.Pointer pvReserved2, ScardContextByReference phContext) Establishes a context.WinscardLibrary.SCardGetStatusChange(ScardContext hContext, Dword dwTimeout, ScardReaderState[] rgReaderStates, Dword cReaders) Provides a status for a specific set of readers.WinscardLibrary.SCardListReaders(ScardContext hContext, ByteBuffer mszGroups, ByteBuffer mszReaders, DwordByReference pcchReaders) Provides a list of readers.WinscardLibrary.SCardReleaseContext(ScardContext hContext) Releases a context.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.Methods in de.gematik.smartcards.pcsc.lib with parameters of type DwordModifier and TypeMethodDescriptionWinscardLibrary.SCardConnect(ScardContext hContext, String szReader, Dword dwSharMode, Dword dwPreferredProtocols, ScardHandleByReference phCard, DwordByReference pdwActiveProtocol) Establishes a connection to a smart card.WinscardLibrary.SCardDisconnect(ScardHandle hCard, Dword dwDisposition) Terminates a connection between an application and a smart card.intWinscardLibraryImpl.scardEstablishContext(Dword dwScope, com.sun.jna.Pointer pvReserved1, com.sun.jna.Pointer pvReserved2, ScardContextByReference phContext) WinscardLibrary.SCardEstablishContext(Dword dwScope, com.sun.jna.Pointer pvReserved1, com.sun.jna.Pointer pvReserved2, ScardContextByReference phContext) Establishes a context.WinscardLibrary.SCardGetStatusChange(ScardContext hContext, Dword dwTimeout, ScardReaderState[] rgReaderStates, Dword cReaders) Provides a status for a specific set of readers.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.Constructors in de.gematik.smartcards.pcsc.lib with parameters of type Dword