A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
F
- FileHelper - class in com.comthings.gollum.api.gollumandroidlib.utils
- Files - class in com.comthings.gollum.api.gollumandroidlib.utils
- //http://stackoverflow.
- fillInStackTrace() - function in java.lang.Throwable
- find(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.device.DeviceType
- findRollingCode(int,int) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.device.DeviceInfo
- Search a rolling code with the following parameters.
- findRollingCodeBySyncCounter(int) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.device.RemoteInfoAbstract
- Search all rolling codes which belongs to the given sync counter
- findRollingCodesBy(RollingCodePredicat) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.device.RemoteInfoAbstract
- Search rolling code with a custom filter, when match() return true the verified rolling code will be stored in the returned List.
- flushMsgQueue(int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- Clear the incoming NPI message queue Must NOT be called from background thread, as this method already creates its own AsyncTask.
- forceCrashReport() - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- Force an app crash report
- forceResetDongleBusyState(java.lang.Boolean) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- Force the current state of the device to busy/free Used for recovery when a task didn't end correctly, leaving a bad dongle busy state.
- forEach(java.util.function.Consumer) - function in java.util.ArrayList
- FREQ_FIND - enum entry in com.comthings.gollum.api.gollumandroidlib.common.Common.RfTask
- FREQ_FINDER - enum entry in com.comthings.gollum.api.gollumandroidlib.common.Common.RfStatus
- FREQ_FINDER_SCANNING - enum entry in com.comthings.gollum.api.gollumandroidlib.common.Common.RfStatus
- FrequencyChangeEvent - class in com.comthings.gollum.api.gollumandroidlib.events
- Object broadcast when frequency has changed.
- fromByteArrayReverse(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.utils.Utils_BitSet
- Convert a byte array into a BitSet, MSB first Opposite of toByteArrayReverse ex.: {0x65, 0x80, ...} returns {1, 2, 5, 7, 8, ...
- functionList() - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJS
- Returns the list of available Gollum Engine JS functions
- functionList() - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJSInterface