A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

P

Paginable - class in com.comthings.gollum.api.gollumandroidlib.network.kaiju
Must be implements by all objects witch represent a pagined data.
PARALLEL - enum entry in com.comthings.gollum.api.gollumandroidlib.utils.RegexAnalyzer.AnalyzeRequest.ExecutionMode
 
parallelStream() - function in java.util.Collection
 
parseJobInputGenerateCaptureError(retrofit2.Response) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.ErrorUtils
Parse an error response returned when JobInputGenerateCapture sent to Kaiju is Error 400 Bad Request

	{
	    "rxTxConfig": {
	        "rawBitStream": [
	            "rawBitStream must be within range [80, 8000] bits"
	        ]
	    }
	}
	
parseRxTxConfigError(retrofit2.Response) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.ErrorUtils
Parse an error response returned when RxTxConfig sent to Kaiju is Error 400 Bad Request

	{
	    "rawHexStream": [
	        "rawHexStream must be within range [10, 1000] bytes"
	    ],
	    "rawBitStream": [
	        "rawBitStream must be within range [80, 8000] bits"
	    ]
	}
	
PATTERN_001_101 - enum entry in com.comthings.gollum.api.gollumandroidlib.parameters.DevicePattern
 
PATTERN_3_F - enum entry in com.comthings.gollum.api.gollumandroidlib.parameters.DevicePattern
 
PATTERN_E_8 - enum entry in com.comthings.gollum.api.gollumandroidlib.parameters.DevicePattern
 
PATTERN_LONG_100_101 - enum entry in com.comthings.gollum.api.gollumandroidlib.parameters.DevicePattern
 
PATTERN_SHORT_100_101 - enum entry in com.comthings.gollum.api.gollumandroidlib.parameters.DevicePattern
 
pause() - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Pause PandwaRF connection.
pause() - function in com.comthings.gollum.api.gollumandroidlib.SimpleGollumDongle
Stop all connections.
performCreateUser(java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.api.KaijuInterfaceBase
 
performCreateUser(java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.network.kaiju.api.KaijuInterfaceBase
 
pingAsync(kotlin.Array,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make an Asynchronous (doesn't wait for ack from PandwaRF) ping with provided data to device Must NOT be called from background thread, as this method already creates its own AsyncTask.
pingAsync(com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make an empty Asynchronous (doesn't wait for ack from PandwaRF) ping to device Must NOT be called from background thread, as this method already creates its own AsyncTask.
pingAsyncInContext() - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make an empty Asynchronous (doesn't wait for ack from PandwaRF) ping to device, but assuming we are already in a background task Must be called from background thread
pingAsyncInContext(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make an Asynchronous (doesn't wait for ack from PandwaRF) ping with provided data to device, but assuming we are already in a background task Must be called from background thread
pingSync(kotlin.Array,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetByteArray) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make a Synchronous (wait for PandwaRF ack) ping with provided data to device Must NOT be called from background thread, as this method already creates its own AsyncTask.
pingSync(com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetByteArray) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make an empty Synchronous (wait for PandwaRF ack) ping to device Must NOT be called from background thread, as this method already creates its own AsyncTask.
pingSync(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJS
Make a Synchronous (wait for PandwaRF ack) ping with provided data to device
pingSync(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJSInterface
Make a Synchronous (wait for PandwaRF ack) ping with provided data to device
pingSyncEmpty() - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJS
Make an empty Synchronous (wait for PandwaRF ack) ping to device
pingSyncEmpty() - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJSInterface
Make an empty Synchronous (wait for PandwaRF ack) ping to device
pingSyncInContext() - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make an empty Synchronous (wait for PandwaRF ack) ping to device, but assuming we are already in a background task Must be called from background thread
pingSyncInContext(kotlin.Array) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Make a Synchronous (wait for PandwaRF ack) ping with provided data to device, but assuming we are already in a background task Must be called from background thread
Plan - class in com.comthings.gollum.api.gollumandroidlib.network.kaiju
 
PlanDescription - class in com.comthings.gollum.api.gollumandroidlib.network.kaiju
 
PowerAmpParameters - class in com.comthings.gollum.api.gollumandroidlib.parameters
 
powerMeasStart(int,int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Must NOT be called from background thread, as this method already creates its own AsyncTask.
powerMeasStop(int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger) - function in com.comthings.gollum.api.gollumandroidlib.GollumDongle
Must NOT be called from background thread, as this method already creates its own AsyncTask.
print(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJS
Print into JS fragment console
print(java.lang.String) - function in com.comthings.gollum.api.gollumandroidlib.duktape.GollumJSInterface
Print into JS fragment console
printStackTrace() - function in java.lang.Throwable
 
Product - class in com.comthings.gollum.api.gollumandroidlib.network.kaiju
 
PROTOCOL - enum entry in com.comthings.gollum.api.gollumandroidlib.common.Common.RfTask
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z