Impact Acquire SDK Java
TPropertyLimits Class Reference

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.
 

Detailed Description

Defines valid limits which can be queried for a mvIMPACT.acquire.Property object.

Member Data Documentation

◆ plMaxValue

final int plMaxValue = acquireJNI.plMaxValue_get()
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.

◆ plMinValue

final int plMinValue = acquireJNI.plMinValue_get()
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.

◆ plStepWidth

final int plStepWidth = acquireJNI.plStepWidth_get()
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.