public class EdsFocusInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsFocusInfo.ByReference |
static class |
EdsFocusInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong |
executeMode
C type : EdsUInt32
|
EdsFrameDesc[] |
focusPoint
C type : EdsFocusPoint[600]
|
EdsRect |
imageRect
C type : EdsRect
|
com.sun.jna.NativeLong |
pointNumber
C type : EdsUInt32
|
| Constructor and Description |
|---|
EdsFocusInfo() |
EdsFocusInfo(EdsRect imageRect,
com.sun.jna.NativeLong pointNumber,
EdsFrameDesc[] focusPoint,
com.sun.jna.NativeLong executeMode) |
EdsFocusInfo(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 EdsRect imageRect
public com.sun.jna.NativeLong pointNumber
public EdsFrameDesc[] focusPoint
public com.sun.jna.NativeLong executeMode
public EdsFocusInfo()
public EdsFocusInfo(EdsRect imageRect, com.sun.jna.NativeLong pointNumber, EdsFrameDesc[] focusPoint, com.sun.jna.NativeLong executeMode)
imageRect - C type : EdsRectpointNumber - C type : EdsUInt32focusPoint - C type : EdsFocusPoint[600]executeMode - C type : EdsUInt32public EdsFocusInfo(com.sun.jna.Pointer peer)
Copyright © 2018–2019. All rights reserved.