Skip navigation links
A B C D E G I K L M O P Q R S T U V W 

S

saveParameter() - Method in class com.asreader.lib.AsReader
Save all parameters, to memory.
SelectMaskEpcParam - Class in com.asreader.lib.rfid.params
The SelectMaskEpcParam is a class for providing the capability to inventory only tags with a specific EPC pattern.
SelectMaskEpcParam() - Constructor for class com.asreader.lib.rfid.params.SelectMaskEpcParam
Creates an instance of the SelectMaskEpcParam class.
SelectMaskEpcParam(int, int, String) - Constructor for class com.asreader.lib.rfid.params.SelectMaskEpcParam
Creates an instance of the SelectMaskEpcParam class.
SelectMaskParam - Class in com.asreader.lib.rfid.params
The SelectMaskParam is a class for providing the capability to set Select command on RFID UHF module.
SelectMaskParam() - Constructor for class com.asreader.lib.rfid.params.SelectMaskParam
Creates an instance of the SelectMaskParam class.
SelectMaskParam(MemoryBank, int, String) - Constructor for class com.asreader.lib.rfid.params.SelectMaskParam
Creates an instance of the SelectMaskParam class.
SelectMaskParam(MemoryBank, int, String, int) - Constructor for class com.asreader.lib.rfid.params.SelectMaskParam
Creates an instance of the SelectMaskParam class.
SelectMaskParam(MaskTargetType, MaskActionType, MemoryBank, int, String) - Constructor for class com.asreader.lib.rfid.params.SelectMaskParam
Creates an instance of the SelectMaskParam class.
SelectMaskParam(MaskTargetType, MaskActionType, MemoryBank, int, String, int) - Constructor for class com.asreader.lib.rfid.params.SelectMaskParam
Creates an instance of the SelectMaskParam class.
setAccessPassword(String) - Method in class com.asreader.lib.AsReader
Sets required Access Password when performing Access Command on the Tag that is in Lock.
setAccessPassword(boolean) - Method in class com.asreader.lib.rfid.params.LockParam
Sets whether or not to execute lock the access password
setAction(MaskActionType) - Method in class com.asreader.lib.rfid.params.SelectMaskParam
Sets the Action parameter of the Select command.
setAlgorithm(AlgorithmType) - Method in class com.asreader.lib.AsReader
Sets the algorithm that the RFID UHF module of the appliance uses to perform the inventory.
setAutoOffTime(int) - Method in class com.asreader.lib.AsReader
Sets the time at which the equipment automatically turns off.
setBank(MemoryBank) - Method in class com.asreader.lib.rfid.params.SelectMaskParam
Sets the memory bank of the tag to compare the pattern.
setBarcodeParam(ParamValue) - Method in class com.asreader.lib.AsReader
Sets the parameter value on the barcode module.
setBarcodeParam(ParamValueList) - Method in class com.asreader.lib.AsReader
Sets the parameter value on the barcode module.
setBuzzer(BuzzerState) - Method in class com.asreader.lib.AsReader
Sets the buzzer operation status of the ASR-R250G.
setCharset(Charset) - Method in class com.asreader.lib.AsReader
Sets Charset to be used to encode the Barcode data to string
setContinuousMode(boolean) - Method in class com.asreader.lib.AsReader
Sets whether or not the RFID UHF module will run the Inventory continuously.
setDefaultLinkProfile(int) - Method in class com.asreader.lib.AsReader
Sets default link profile in RFID module.
setEPC(boolean) - Method in class com.asreader.lib.rfid.params.LockParam
Sets whether or not to execute lock the EPC bank
setEpcMaskMatchMode(boolean) - Method in class com.asreader.lib.AsReader
Sets Matching Mode status of EPC mask in ASR-R250G which filters whether EPC Mask matched Tag or unmatched one.
setEventListener(AsReaderEventListener) - Method in class com.asreader.lib.AsReader
Sets the Listener to receive events on an instance of the AsReader class.
setIdleTime(int) - Method in class com.asreader.lib.AsReader
The RFID UHF module of the instrument sets the time for which the radio waves are not output in the Inventory operation and the rest of the time.
setInventoryTime(int) - Method in class com.asreader.lib.AsReader
Sets the time at which radio waves are actually output in Inventory operation of the RFID UHF module of the instrument.
setKillPassword(boolean) - Method in class com.asreader.lib.rfid.params.LockParam
Sets whether or not to execute lock the kill password
setLbt(LbtItem[]) - Method in class com.asreader.lib.AsReader
Sets up the frequency table information
setLength(int) - Method in class com.asreader.lib.rfid.params.SelectMaskEpcParam
Sets the length of the pattern.
setLength(int) - Method in class com.asreader.lib.rfid.params.SelectMaskParam
Sets the length of the pattern.
setLinkProfile(int) - Method in class com.asreader.lib.AsReader
Sets link profile in RFID module.
setLogLevel(int) - Static method in class com.asreader.lib.diagnostics.ASRLog
Sets log level(Default=ERROR).
setMask(String) - Method in class com.asreader.lib.rfid.params.SelectMaskEpcParam
Sets the comparison pattern.
setMask(String) - Method in class com.asreader.lib.rfid.params.SelectMaskParam
Sets the comparison pattern.
setMaskType(MaskType) - Method in class com.asreader.lib.AsReader
Sets mask type that be applied to when RFID module is running.
setMax(int) - Method in class com.asreader.lib.rfid.params.PowerRange
Sets the maximum Power Gain Level value for a PowerRange instance.
setMaxQ(int) - Method in class com.asreader.lib.AsReader
If the algorithm of the RFID UHF module of the device uses Dynamic Q, set the maximum Q value.
setMin(int) - Method in class com.asreader.lib.rfid.params.PowerRange
Sets the Power Gain Level minimum value for a PowerRange instance.
setMinQ(int) - Method in class com.asreader.lib.AsReader
If the algorithm of the RFID UHF module of the device uses Dynamic Q, set the minimum Q value.
setOffset(int) - Method in class com.asreader.lib.rfid.params.SelectMaskEpcParam
Sets the start address at which to begin comparing patterns.
setOffset(int) - Method in class com.asreader.lib.rfid.params.SelectMaskParam
Sets the start address at which to begin comparing patterns.
setOperationTime(int) - Method in class com.asreader.lib.AsReader
Set the operation time of the RFID UHF module of the device.
setPowerGain(int) - Method in class com.asreader.lib.AsReader
Set the antenna output of the RFID UHF module.
setQuerySession(QuerySession) - Method in class com.asreader.lib.AsReader
Device's RFID UHF module sets the Session to check the status of the inventoried flag of the tag to be read by Inventory operation.
setQuerySL(QuerySL) - Method in class com.asreader.lib.AsReader
The RFID UHF module of the device sets the status of the Select Flag of the tag to be read by the Inventory operation.
setQueryTarget(QueryTarget) - Method in class com.asreader.lib.AsReader
Device's RFID UHF module sets the state of the Target of tag to read by Inventory operation.
setQValue(int) - Method in class com.asreader.lib.AsReader
Set the Q value.
setReportRSSI(boolean) - Method in class com.asreader.lib.AsReader
Sets whether the RFID UHF module of the device will pass additional RSSI and Phase to the operation result.
setSelectionMask(int, SelectMaskParam) - Method in class com.asreader.lib.AsReader
Set the Selection Mask item of the RFID UHF module of the Device.
setSleepTime(int) - Method in class com.asreader.lib.AsReader
Sets the time to turn off the display automatically when not using the device.
setStateChangedListener(ConnectionStateListener) - Method in class com.asreader.lib.device.Device
Sets the listener to receive the connection state.
setTarget(MaskTargetType) - Method in class com.asreader.lib.rfid.params.SelectMaskParam
Sets the Target parameter of the Select command.
setTID(boolean) - Method in class com.asreader.lib.rfid.params.LockParam
Sets whether or not to execute lock the TID bank
setUsed(boolean) - Method in class com.asreader.lib.rfid.type.LbtItem
 
setUser(boolean) - Method in class com.asreader.lib.rfid.params.LockParam
Sets whether or not to execute lock the User bank
setValue(int) - Method in class com.asreader.lib.barcode.spc.ParamValue
Sets the value of parameter.
setVibratorState(VibratorState) - Method in class com.asreader.lib.AsReader
Sets the vibrator status of the ASR-R250G.
shutdown() - Static method in class com.asreader.lib.diagnostics.ASRLog
Stop file logging
startBuzzer(int) - Method in class com.asreader.lib.AsReader
Activates the buzzer for the specified time.
startDecode() - Method in class com.asreader.lib.AsReader
Instruct the instrument to read the bar code.
startUp(String, String) - Static method in class com.asreader.lib.diagnostics.ASRLog
Start file logging
startVibrator(int) - Method in class com.asreader.lib.AsReader
Activates the vibrator for the specified time.
startWith(String) - Static method in enum com.asreader.lib.barcode.spc.type.ParamName
 
stop() - Method in class com.asreader.lib.AsReader
Instructs the Device to stop the operation being performed.
stopDecode() - Method in class com.asreader.lib.AsReader
Instructs the Device to stop the operation being performed.
StringIntegerValue - Class in com.asreader.lib.rfid.params
Do not use this class because it is used inside the API.
StringIntegerValue(String, int) - Constructor for class com.asreader.lib.rfid.params.StringIntegerValue
 
SubCommandType - Enum in com.asreader.lib.rfid.type
 
subList(int, int) - Method in class com.asreader.lib.barcode.spc.ParamValueList
 
A B C D E G I K L M O P Q R S T U V W 
Skip navigation links