public static class NIVision.ClampMax2Report extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
calibrationValid |
NIVision.ClampPoints |
clampPoints |
NIVision.ClampResults |
clampResults |
Modifier | Constructor and Description |
---|---|
|
ClampMax2Report() |
protected |
ClampMax2Report(java.nio.ByteBuffer backing,
int offset) |
protected |
ClampMax2Report(long nativeObj,
boolean owned) |
|
ClampMax2Report(NIVision.ClampResults clampResults,
NIVision.ClampPoints clampPoints,
int calibrationValid) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.ClampResults clampResults
public NIVision.ClampPoints clampPoints
public int calibrationValid
public ClampMax2Report()
public ClampMax2Report(NIVision.ClampResults clampResults, NIVision.ClampPoints clampPoints, int calibrationValid)
protected ClampMax2Report(java.nio.ByteBuffer backing, int offset)
protected ClampMax2Report(long nativeObj, boolean owned)