Impact Acquire SDK Java
|
Defines valid limits which can be queried for a mvIMPACT.acquire.Property object. More...
Static Public Attributes | |
static final int | plMaxValue = acquireJNI.plMaxValue_get() |
Set/Get the maximum value for this mvIMPACT.acquire.Property. | |
static final int | plMinValue = acquireJNI.plMinValue_get() |
Set/Get the minimum value for this mvIMPACT.acquire.Property. | |
static final int | plStepWidth = acquireJNI.plStepWidth_get() |
Set/Get the step width value for this mvIMPACT.acquire.Property. | |
Defines valid limits which can be queried for a mvIMPACT.acquire.Property object.
|
static |
Set/Get the maximum value for this mvIMPACT.acquire.Property.
Pass this as the index to set or get the maximum number of values this property can store with a call to the mvIMPACT.acquire.Property object's corresponding read or write method.
|
static |
Set/Get the minimum value for this mvIMPACT.acquire.Property.
Pass this as the index to set or get the maximum number of values this property can store with a call to the mvIMPACT.acquire.Property object's corresponding read or write method.
|
static |
Set/Get the step width value for this mvIMPACT.acquire.Property.
Pass this as the index to set or get the maximum number of values this property can store with a call to the mvIMPACT.acquire.Property object's corresponding read or write method.