public class SCARD_IO_REQUEST
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
SCARD_IO_REQUEST.ByReference |
static class |
SCARD_IO_REQUEST.ByValue |
Modifier and Type | Field and Description |
---|---|
com.sun.jna.NativeLong |
cbPciLength |
com.sun.jna.NativeLong |
dwProtocol |
Constructor and Description |
---|
SCARD_IO_REQUEST() |
SCARD_IO_REQUEST(com.sun.jna.NativeLong dwProtocol,
com.sun.jna.NativeLong cbPciLength) |
Modifier and Type | Method and Description |
---|---|
protected List |
getFieldOrder() |
static SCARD_IO_REQUEST[] |
newArray(int arrayLength) |
protected SCARD_IO_REQUEST.ByReference |
newByReference() |
protected SCARD_IO_REQUEST.ByValue |
newByValue() |
protected SCARD_IO_REQUEST |
newInstance() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
public com.sun.jna.NativeLong dwProtocol
public com.sun.jna.NativeLong cbPciLength
public SCARD_IO_REQUEST()
public SCARD_IO_REQUEST(com.sun.jna.NativeLong dwProtocol, com.sun.jna.NativeLong cbPciLength)
dwProtocol
- < Protocol identifiercbPciLength
- < Protocol Control Inf Lengthpublic static SCARD_IO_REQUEST[] newArray(int arrayLength)
protected List getFieldOrder()
getFieldOrder
in class com.sun.jna.Structure
protected SCARD_IO_REQUEST.ByReference newByReference()
protected SCARD_IO_REQUEST.ByValue newByValue()
protected SCARD_IO_REQUEST newInstance()
Copyright © 2011-2013. All Rights Reserved.