public class PSCARD_IO_REQUEST_struct
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
PSCARD_IO_REQUEST_struct.ByReference |
static class |
PSCARD_IO_REQUEST_struct.ByValue |
Modifier and Type | Field and Description |
---|---|
com.sun.jna.NativeLong |
cbPciLength |
com.sun.jna.NativeLong |
dwProtocol |
Constructor and Description |
---|
PSCARD_IO_REQUEST_struct() |
PSCARD_IO_REQUEST_struct(com.sun.jna.NativeLong dwProtocol,
com.sun.jna.NativeLong cbPciLength) |
Modifier and Type | Method and Description |
---|---|
protected List |
getFieldOrder() |
static PSCARD_IO_REQUEST_struct[] |
newArray(int arrayLength) |
protected PSCARD_IO_REQUEST_struct.ByReference |
newByReference() |
protected PSCARD_IO_REQUEST_struct.ByValue |
newByValue() |
protected PSCARD_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, writeField
public com.sun.jna.NativeLong dwProtocol
public com.sun.jna.NativeLong cbPciLength
public PSCARD_IO_REQUEST_struct()
public PSCARD_IO_REQUEST_struct(com.sun.jna.NativeLong dwProtocol, com.sun.jna.NativeLong cbPciLength)
dwProtocol
- < Protocol identifiercbPciLength
- < Protocol Control Inf Lengthpublic static PSCARD_IO_REQUEST_struct[] newArray(int arrayLength)
protected List getFieldOrder()
getFieldOrder
in class com.sun.jna.Structure
protected PSCARD_IO_REQUEST_struct.ByReference newByReference()
protected PSCARD_IO_REQUEST_struct.ByValue newByValue()
protected PSCARD_IO_REQUEST_struct newInstance()
Copyright © 2011-2013. All Rights Reserved.