Package com.zebra.rfid.api3
Class MultiLocateParams
- java.lang.Object
-
- com.zebra.rfid.api3.MultiLocateParams
-
public class MultiLocateParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMultiLocateParams.ProfileLED BEEPER feedback profile
-
Field Summary
Fields Modifier and Type Field Description intlock_offlock_off Minimum threshold to keep tag locked on in percentage (0-100)intlock_off_timelock_off_time Minimum time tag remains below lock_off threshold before moving to open state in seconds (1-60)intlock_onlock_on Single tag locking on threshold in percentage (0-100)
-
Constructor Summary
Constructors Constructor Description MultiLocateParams()MultiLocateParams(int lock_on, int lock_off, int lock_off_time)Constructor with locking related thresholdsMultiLocateParams(MultiLocateParams.Profile detectionProfile, MultiLocateParams.Profile lowProfile, MultiLocateParams.Profile mediumProfile, MultiLocateParams.Profile highProfile, MultiLocateParams.Profile maxProfile)Constructor with LED and Beeper profiles
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiLocateParams.ProfilegetDetectionProfile()MultiLocateParams.ProfilegetHighProfile()MultiLocateParams.ProfilegetLowProfile()MultiLocateParams.ProfilegetMaxProfile()MultiLocateParams.ProfilegetMediumProfile()voidsetDetectionProfile(MultiLocateParams.Profile detectionProfile)voidsetHighProfile(MultiLocateParams.Profile highProfile)voidsetLowProfile(MultiLocateParams.Profile lowProfile)voidsetMaxProfile(MultiLocateParams.Profile maxProfile)voidsetMediumProfile(MultiLocateParams.Profile mediumProfile)
-
-
-
Field Detail
-
lock_on
public int lock_on
lock_on Single tag locking on threshold in percentage (0-100)
-
lock_off
public int lock_off
lock_off Minimum threshold to keep tag locked on in percentage (0-100)
-
lock_off_time
public int lock_off_time
lock_off_time Minimum time tag remains below lock_off threshold before moving to open state in seconds (1-60)
-
-
Constructor Detail
-
MultiLocateParams
public MultiLocateParams()
-
MultiLocateParams
public MultiLocateParams(int lock_on, int lock_off, int lock_off_time)Constructor with locking related thresholds- Parameters:
lock_on-lock_off-lock_off_time-
-
MultiLocateParams
public MultiLocateParams(MultiLocateParams.Profile detectionProfile, MultiLocateParams.Profile lowProfile, MultiLocateParams.Profile mediumProfile, MultiLocateParams.Profile highProfile, MultiLocateParams.Profile maxProfile)
Constructor with LED and Beeper profiles- Parameters:
detectionProfile-lowProfile-mediumProfile-highProfile-maxProfile-
-
-
Method Detail
-
getDetectionProfile
public MultiLocateParams.Profile getDetectionProfile()
-
setDetectionProfile
public void setDetectionProfile(MultiLocateParams.Profile detectionProfile)
-
getLowProfile
public MultiLocateParams.Profile getLowProfile()
-
setLowProfile
public void setLowProfile(MultiLocateParams.Profile lowProfile)
-
getMediumProfile
public MultiLocateParams.Profile getMediumProfile()
-
setMediumProfile
public void setMediumProfile(MultiLocateParams.Profile mediumProfile)
-
getHighProfile
public MultiLocateParams.Profile getHighProfile()
-
setHighProfile
public void setHighProfile(MultiLocateParams.Profile highProfile)
-
getMaxProfile
public MultiLocateParams.Profile getMaxProfile()
-
setMaxProfile
public void setMaxProfile(MultiLocateParams.Profile maxProfile)
-
-