public class zprop_list_t
extends com.sun.jna.Structure
implements com.sun.jna.Structure.ByReference
| Modifier and Type | Field and Description |
|---|---|
boolean |
pl_all |
boolean |
pl_fixed |
zprop_list_t |
pl_next
Next in the property list.
|
int |
pl_prop
If this property is a native property, its ID.
|
String |
pl_user_prop
If this property is an user-defined property, its name.
|
com.sun.jna.NativeLong |
pl_width |
| Constructor and Description |
|---|
zprop_list_t() |
zprop_list_t(com.sun.jna.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeFieldpublic int pl_prop
public String pl_user_prop
public zprop_list_t pl_next
public boolean pl_all
public com.sun.jna.NativeLong pl_width
public boolean pl_fixed
public zprop_list_t()
public zprop_list_t(com.sun.jna.Pointer p)
protected List getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2008–2017. All rights reserved.