public class EdsDeviceInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsDeviceInfo.ByReference |
static class |
EdsDeviceInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
deviceSubType
C type : EdsUInt32
|
com.sun.jna.NativeLong |
reserved
C type : EdsUInt32
|
byte[] |
szDeviceDescription
C type : EdsChar[256]
|
byte[] |
szPortName
C type : EdsChar[256]
|
| Constructor and Description |
|---|
EdsDeviceInfo() |
EdsDeviceInfo(byte[] szPortName,
byte[] szDeviceDescription,
com.sun.jna.NativeLong deviceSubType,
com.sun.jna.NativeLong reserved) |
EdsDeviceInfo(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 byte[] szPortName
public byte[] szDeviceDescription
public com.sun.jna.NativeLong deviceSubType
public com.sun.jna.NativeLong reserved
public EdsDeviceInfo()
public EdsDeviceInfo(byte[] szPortName,
byte[] szDeviceDescription,
com.sun.jna.NativeLong deviceSubType,
com.sun.jna.NativeLong reserved)
szPortName - C type : EdsChar[256]szDeviceDescription - C type : EdsChar[256]deviceSubType - C type : EdsUInt32reserved - C type : EdsUInt32public EdsDeviceInfo(com.sun.jna.Pointer peer)
Copyright © 2018–2019. All rights reserved.