public static class NIVision.RangeSettingDouble extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
max |
double |
min |
NIVision.SettingType |
settingType |
backing| Modifier | Constructor and Description |
|---|---|
|
RangeSettingDouble() |
protected |
RangeSettingDouble(java.nio.ByteBuffer backing,
int offset) |
protected |
RangeSettingDouble(long nativeObj,
boolean owned) |
|
RangeSettingDouble(NIVision.SettingType settingType,
double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.SettingType settingType
public double min
public double max
public RangeSettingDouble()
public RangeSettingDouble(NIVision.SettingType settingType, double min, double max)
protected RangeSettingDouble(java.nio.ByteBuffer backing,
int offset)
protected RangeSettingDouble(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct