- DecodedData(GNetPlusEnums.OutputDataType, byte[]) - Constructor for class com.gigatms.DecodedTagData.DecodedData
-
- DecodedTagData - Class in com.gigatms
-
The Decoded Tag Data.
- DecodedTagData(GNetPlusPackage) - Constructor for class com.gigatms.DecodedTagData
-
- DecodedTagData.DecodedData - Class in com.gigatms
-
- describeContents() - Method in class com.gigatms.BaseDeviceInfo
-
- destroy() - Method in class com.gigatms.BaseDevice
-
This method should called at onDestroy method of Activity or Fragment to make sure the lifecycle of this object is safe.
- destroy() - Method in class com.gigatms.UHFDevice
-
Destroy UHFDevice.
- didConnectionTimeout(CommunicationType) - Method in interface com.gigatms.CommunicationCallback
-
- didDiscoveredDevice(BaseDevice) - Method in interface com.gigatms.ScannerCallback
-
This method is called when a device is scanned.
- didDiscoverTagInfo(TagInformationFormat) - Method in class com.gigatms.UHFCallback
-
Callback function that indicates the remote device has detected a tag.
- didDiscoverTagInfoEx(DecodedTagData) - Method in class com.gigatms.UHFCallback
-
Callback function that indicates the remote device has detected a tag.
- didGeneralError(String, String) - Method in class com.gigatms.UHFCallback
-
The operating of invokeApi
is error.
- didGeneralSuccess(String) - Method in class com.gigatms.UHFCallback
-
The operating of invokeApi
is success.
- didGetBleDeviceName(String) - Method in class com.gigatms.UHFCallback
-
Callback function of getBleDeviceName
Supported: TS800, TS100, UR0250 (Only if it can communication through BLE)
- didGetBleFirmwareVersion(String) - Method in class com.gigatms.UHFCallback
-
Callback of getRomVersion
Supported: TS800, TS100, UR0250 (Only if it can communication through BLE)
- didGetBuzzerOperationMode(BuzzerOperationMode) - Method in class com.gigatms.UHFCallback
-
Callback function of getBuzzerOperationMode
Supported: TS100
- didGetEventType(EventType) - Method in class com.gigatms.UHFCallback
-
Callback function of `UHFDevice.getEventType`
Supported: TS800, UR0250
- didGetFilter(Set<TagDataEncodeType>) - Method in class com.gigatms.UHFCallback
-
Callback function of `getFilterType`
Supported: TS100
- didGetFirmwareVersion(String) - Method in class com.gigatms.UHFCallback
-
Callback of getRomVersion
Supported: TS800, TS100, UR0250
- didGetFrequencyList(ArrayList<Double>) - Method in class com.gigatms.UHFCallback
-
Callback function of getFrequency
Supported: TS800, TS100, UR0250
- didGetIOState(Map<IONumber, IOState>) - Method in class com.gigatms.UHFCallback
-
Callback function of getIoState
Supported: TS800, UR0250
- didGetMemoryBankSelection(Set<MemoryBankSelection>) - Method in class com.gigatms.UHFCallback
-
Callback function of `getMemoryBankSelection`
Supported: TS100
- didGetOutputInterface(Set<OutputInterface>) - Method in class com.gigatms.UHFCallback
-
Callback function of getOutputInterface
Supported: TS100
- didGetPostDataDelimiter(PostDataDelimiter) - Method in class com.gigatms.UHFCallback
-
Callback function of `TS100.getPostDataDelimiter`
Supported: TS100
- didGetQValue(byte) - Method in class com.gigatms.UHFCallback
-
Callback function of getQValue
Supported: TS800, TS100, UR0250
- didGetRfPower(byte) - Method in class com.gigatms.UHFCallback
-
Callback of getRfPower
Supported: TS800, TS100, UR0250
- didGetRfSensitivity(RfSensitivityLevel) - Method in class com.gigatms.UHFCallback
-
Callback of getRfSensitivity
Supported: TS800, TS100, UR0250
- didGetSessionAndTarget(Session, Target) - Method in class com.gigatms.UHFCallback
-
Callback function of getSessionAndTarget
Supported: TS800, TS100, UR0250
- didGetTriggerType(TriggerType) - Method in class com.gigatms.UHFCallback
-
Callback function of getTriggerType
Supported: TS800, UR0250
- didIOStatsChangedEventHandler(IONumber, IOState) - Method in class com.gigatms.UHFCallback
-
Callback function that indicates the I/O pin status is changed.
- didReadEpc(byte[]) - Method in class com.gigatms.UHFCallback
-
Callback of ReadEpc
Supported: TS800, TS100, UR0250
- didReadTag(MemoryBank, int, byte[]) - Method in class com.gigatms.UHFCallback
-
Callback function of readTag
- didScanStop() - Method in interface com.gigatms.ScannerCallback
-
This method is called when scanning operation is stopped.
- didUpdateConnection(ConnectionState, CommunicationType) - Method in interface com.gigatms.CommunicationCallback
-
A callback that get the connection status between local and remote.
- didWriteTag(MemoryBank, int) - Method in class com.gigatms.UHFCallback
-
Callback function of writeTag
Supported: TS800, TS100, UR0250
- disableFilter(boolean) - Method in class com.gigatms.TS100
-
Disable Filters
- disconnect() - Method in class com.gigatms.BaseDevice
-
Disconnect to remote device.