- ScannerCallback - Interface in com.gigatms
-
The callback interface getting scanning operation result.
- send(byte[]) - Method in class com.gigatms.BaseDevice
-
- Session - Enum in com.gigatms.parameters
-
Sesson is a flag that indicates whether a tag may respond to an reader.
- setBleDeviceName(String) - Method in class com.gigatms.UHFDevice
-
Set the device name of BLE through BLE interface.
- setBleTransceiverInfo(String, String) - Method in class com.gigatms.BaseDeviceInfo.Builder
-
- setBuzzerOperationMode(boolean, BuzzerOperationMode) - Method in class com.gigatms.TS100
-
Set the Buzzer Operation Mode of remote UR0250
- setClassVersion(UhfClassVersion) - Method in class com.gigatms.UHFScanner
-
- setCommunicationCallback(CommunicationCallback) - Method in class com.gigatms.BaseDevice
-
- setCommunicationType(CommunicationType) - Method in class com.gigatms.BaseScanner
-
This method change the Communication Type of the Scanner.
- setDeviceDebugCallback(DeviceDebugCallback) - Method in class com.gigatms.BaseDevice
-
- setEventType(boolean, EventType) - Method in class com.gigatms.TS100
-
Sets the event command type.
- setFrequency(boolean, ArrayList<Double>) - Method in class com.gigatms.UHFDevice
-
Set user-define frequencyList list.
- setIOState(IONumber, IOState) - Method in class com.gigatms.TS800
-
Sets the I/O pin specified HIGH or LOW.
- setIOState(IONumber, IOState) - Method in class com.gigatms.UR0250
-
Sets the I/O pin specified HIGH or LOW.
- setMemoryBankSelection(boolean, Set<MemoryBankSelection>) - Method in class com.gigatms.TS100
-
Set Memory Bank Selections setting.
- setOutputInterface(boolean, Set<OutputInterface>) - Method in class com.gigatms.TS100
-
Set the data output interface.
- setPostDataDelimiter(boolean, PostDataDelimiter) - Method in class com.gigatms.TS100
-
Set current setting of `PostDataDelimiter`.
- setQValue(boolean, int) - Method in class com.gigatms.UHFDevice
-
Set the begin Q of the Gen2 dynamic operation of Q.
- setRfPower(boolean, byte) - Method in class com.gigatms.UHFDevice
-
Set the RF Power of remote device.
- setRfSensitivity(boolean, RfSensitivityLevel) - Method in class com.gigatms.UHFDevice
-
Define the RX RF input sensitivity level.
- setScanDebugCallback(ScanDebugCallback) - Method in class com.gigatms.BaseScanner
-
- setSessionAndTarget(boolean, Session, Target) - Method in class com.gigatms.UHFDevice
-
Set session and target of Gen2 setting.
- setTcpTransceiverInfo(String, String, String, String) - Method in class com.gigatms.BaseDeviceInfo.Builder
-
- setTriggerType(boolean, TriggerType) - Method in class com.gigatms.TS800
-
- setTriggerType(boolean, TriggerType) - Method in class com.gigatms.UR0250
-
- setUHFCallback(UHFCallback) - Method in class com.gigatms.UHFDevice
-
- setValue(byte) - Method in enum com.gigatms.parameters.Session
-
- slContains(Target) - Static method in enum com.gigatms.parameters.Target
-
- startInventory(TagPresentedType) - Method in class com.gigatms.UHFDevice
-
Start Inventory EPC Tag.
- startInventoryEx(Set<TagDataEncodeType>) - Method in class com.gigatms.TS100
-
Start inventory tags with specific encoded data type.
- startScan() - Method in class com.gigatms.BaseScanner
-
Start to scan devices with a default timeout(10000ms)
or a timeout which is set through startScan(int timeout)
If a device is scanned, ScannerCallback
would call didDiscoveredDevice
.
- startScan(int) - Method in class com.gigatms.BaseScanner
-
Set timeout and scan UHF device through this timeout.
- stopInventory() - Method in class com.gigatms.UHFDevice
-
Stop Inventory EPC Tag.
- stopScan() - Method in class com.gigatms.BaseScanner
-
Stop Scanning UHF devices.