public class EdsUsersetData
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsUsersetData.ByReference |
static class |
EdsUsersetData.ByValue |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data
C type : EdsUInt8[1]
|
com.sun.jna.NativeLong |
dataSize
C type : EdsUInt32
|
byte[] |
szCaption
C type : EdsChar[32]
|
com.sun.jna.NativeLong |
valid
C type : EdsUInt32
|
| Constructor and Description |
|---|
EdsUsersetData() |
EdsUsersetData(com.sun.jna.NativeLong valid,
com.sun.jna.NativeLong dataSize,
byte[] szCaption,
byte[] data) |
EdsUsersetData(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic com.sun.jna.NativeLong valid
public com.sun.jna.NativeLong dataSize
public byte[] szCaption
public byte[] data
public EdsUsersetData()
public EdsUsersetData(com.sun.jna.NativeLong valid,
com.sun.jna.NativeLong dataSize,
byte[] szCaption,
byte[] data)
valid - C type : EdsUInt32dataSize - C type : EdsUInt32szCaption - C type : EdsChar[32]data - C type : EdsUInt8[1]public EdsUsersetData(com.sun.jna.Pointer peer)
Copyright © 2018–2019. All rights reserved.