public class LPSCARD_IO_REQUEST_struct
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
LPSCARD_IO_REQUEST_struct.ByReference |
static class |
LPSCARD_IO_REQUEST_struct.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
cbPciLength |
com.sun.jna.NativeLong |
dwProtocol |
| Constructor and Description |
|---|
LPSCARD_IO_REQUEST_struct() |
LPSCARD_IO_REQUEST_struct(com.sun.jna.NativeLong dwProtocol,
com.sun.jna.NativeLong cbPciLength) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
protected LPSCARD_IO_REQUEST_struct.ByReference |
newByReference() |
protected LPSCARD_IO_REQUEST_struct.ByValue |
newByValue() |
protected LPSCARD_IO_REQUEST_struct |
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, writeFieldpublic com.sun.jna.NativeLong dwProtocol
public com.sun.jna.NativeLong cbPciLength
public LPSCARD_IO_REQUEST_struct()
public LPSCARD_IO_REQUEST_struct(com.sun.jna.NativeLong dwProtocol,
com.sun.jna.NativeLong cbPciLength)
dwProtocol - < Protocol identifiercbPciLength - < Protocol Control Inf Lengthprotected List getFieldOrder()
getFieldOrder in class com.sun.jna.Structureprotected LPSCARD_IO_REQUEST_struct.ByReference newByReference()
protected LPSCARD_IO_REQUEST_struct.ByValue newByValue()
protected LPSCARD_IO_REQUEST_struct newInstance()
Copyright © 2011-2013. All Rights Reserved.