A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
B
- backendInitialize(android.content.Context,boolean,boolean,boolean) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- binaryStringToByteArray(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Converts a string of 0s and 1s to a byte array.
- binaryStringToByteArray(java.lang.String,boolean) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Converts a string of 0s and 1s to a byte array.
- binToHexString(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- binWithoutPrefix(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- * Normalize a binary string to format "101010...." (No '0b' + bin string) if "0b" is present in input string, it is removed.
- bitstreamToDurations(java.lang.String,int) - function in com.comthings.gollum.api.gollumandroidlib.utils.StreamHelper
- Return a list of durations(in µs) and the first duration is the duration of a 1, not a 0
- bondDevice() - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- Start the bonding (pairing) process with the remote device.
- bondDevice(android.bluetooth.BluetoothDevice) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- Start the bonding (pairing) process with the remote device.
- bondDevice(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
- Start the bonding (pairing) process with the remote device.
- BRUTE_FORCE - enum entry in com.comthings.gollum.api.gollumandroidlib.common.Common.RfStatus
- BRUTE_FORCE - enum entry in com.comthings.gollum.api.gollumandroidlib.common.Common.RfTask
- BruteForceSetupFunctionParameters - class in com.comthings.gollum.api.gollumandroidlib.parameters
- Wrapper class for parameters of GollumDongle.
- BruteForceSetupFunctionParametersChangeEvent - class in com.comthings.gollum.api.gollumandroidlib.events
- Object broadcast when BruteForceSetupFunctionParameters has changed (autonomous update from dongle).
- BruteForceSetupLongSymbolParameters - class in com.comthings.gollum.api.gollumandroidlib.parameters
- Wrapper class for parameters of GollumDongle.
- BruteForceSetupLongSymbolParametersChangeEvent - class in com.comthings.gollum.api.gollumandroidlib.events
- Object broadcast when BruteForceSetupParameters has changed (autonomous update from dongle).
- BruteForceSetupParameters - class in com.comthings.gollum.api.gollumandroidlib.parameters
- Wrapper class for parameters of GollumDongle.
- BruteForceSetupParametersChangeEvent - class in com.comthings.gollum.api.gollumandroidlib.events
- Object broadcast when BruteForceSetupParameters has changed (autonomous update from dongle).
- BruteForceStartParameters - class in com.comthings.gollum.api.gollumandroidlib.parameters
- Wrapper class for parameters of GollumDongle.
- BruteForceStartParametersChangeEvent - class in com.comthings.gollum.api.gollumandroidlib.events
- Object broadcast when BruteForceStartParameters has changed (autonomous update from dongle).
- BruteForceStartSyncCodeTailParameters - class in com.comthings.gollum.api.gollumandroidlib.parameters
- Wrapper class for parameters of GollumDongle.
- BruteForceStartSyncCodeTailParametersChangeEvent - class in com.comthings.gollum.api.gollumandroidlib.events
- Object broadcast when BruteForceStartSyncCodeTailParameters has changed (autonomous update from dongle).
- buildRfDurations(java.util.List) - function in com.comthings.gollum.api.gollumandroidlib.utils.StreamHelper
- from a list of durations, build a RfDurations object.
- buildStringWith(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.utils.GollumStringUtils
- Used to concat multiple strings via a stringbuilder to maximize performances.
- BusConfig - class in com.comthings.gollum.api.gollumandroidlib.utils
- Helper class to manipulate Bus config data
- byteArrayToBitString(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Convert array of bytes into a binary string of 0s and 1s
- byteArrayToByteArray(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Convert a byte array to a List of Byte.
- byteArrayToHexString(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Convert array of bytes into a hexadecimal string
- byteArrayToHexString(kotlin.Array,int) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- byteArrayToHexString(java.util.List) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Convert a List of Byte to a String.
- byteListToByteArray(java.util.List) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Helper method to convert a list of bytes to an array
- bytesToHexString(kotlin.Array,int) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Convert array of bytes into a hexadecimal string
- byteToBitString(byte) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Converts a byte into binary string
- byteToHex(byte) - function in com.comthings.gollum.api.gollumandroidlib.utils.Hex
- Converts a byte into hexadecimal value