Package com.zebra.rfid.api3
Class MultiLocateParams
java.lang.Object
com.zebra.rfid.api3.MultiLocateParams
This class contains the information about the locking related thresholds
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionintlock_off Minimum threshold to keep tag locked on in percentage (0-100)intlock_off_time Minimum time tag remains below lock_off threshold before moving to open state in seconds (1-60)intlock_on Single tag locking on threshold in percentage (0-100) -
Constructor Summary
ConstructorsConstructorDescriptionMultiLocateParams(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
Modifier and TypeMethodDescriptionvoidsetDetectionProfile(MultiLocateParams.Profile detectionProfile) voidsetHighProfile(MultiLocateParams.Profile highProfile) voidsetLowProfile(MultiLocateParams.Profile lowProfile) voidsetMaxProfile(MultiLocateParams.Profile maxProfile) voidsetMediumProfile(MultiLocateParams.Profile mediumProfile)
-
Field Details
-
lock_on
public int lock_onlock_on Single tag locking on threshold in percentage (0-100) -
lock_off
public int lock_offlock_off Minimum threshold to keep tag locked on in percentage (0-100) -
lock_off_time
public int lock_off_timelock_off_time Minimum time tag remains below lock_off threshold before moving to open state in seconds (1-60)
-
-
Constructor Details
-
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 Details
-
getDetectionProfile
-
setDetectionProfile
-
getLowProfile
-
setLowProfile
-
getMediumProfile
-
setMediumProfile
-
getHighProfile
-
setHighProfile
-
getMaxProfile
-
setMaxProfile
-