Package | Description |
---|---|
net.sf.crypton.scard.pcsclite |
Modifier and Type | Class and Description |
---|---|
static class |
SCARD_IO_REQUEST.ByReference |
static class |
SCARD_IO_REQUEST.ByValue |
Modifier and Type | Method and Description |
---|---|
static SCARD_IO_REQUEST[] |
SCARD_IO_REQUEST.newArray(int arrayLength) |
protected SCARD_IO_REQUEST |
SCARD_IO_REQUEST.newInstance() |
Modifier and Type | Method and Description |
---|---|
com.sun.jna.NativeLong |
PcscliteLibrary.SCardTransmit(com.sun.jna.NativeLong hCard,
SCARD_IO_REQUEST pioSendPci,
byte[] pbSendBuffer,
int cbSendLength,
LPSCARD_IO_REQUEST_struct pioRecvPci,
ByteBuffer pbRecvBuffer,
IntBuffer pcbRecvLength) |
com.sun.jna.NativeLong |
PcscliteLibrary.SCardTransmit(com.sun.jna.NativeLong hCard,
SCARD_IO_REQUEST pioSendPci,
com.sun.jna.Pointer pbSendBuffer,
int cbSendLength,
LPSCARD_IO_REQUEST_struct pioRecvPci,
com.sun.jna.Pointer pbRecvBuffer,
com.sun.jna.ptr.IntByReference pcbRecvLength)
Deprecated.
|
Copyright © 2011-2013. All Rights Reserved.