Methods
Method |
Description |
com.comthings.gollum.api.gollumandroidlib.updateFirmwareCC1111WithVersion(com.comthings.gollum.api.gollumandroidlib.beans.FirmwareCC1111,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallback,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Update CC1111 firmware with given version. |
com.comthings.gollum.api.gollumandroidlib.writeRunSelfTest()
|
Force a PandwaRF self-test to be run (not implemented). |
com.comthings.gollum.api.gollumandroidlib.writeGetLastSelfTestResult()
|
Read the last self-test verdict (not implemented: use a read on BUS Config Characteristic 0x1527). |
com.comthings.gollum.api.gollumandroidlib.signalRssi(boolean)
|
Activate or deactivate RSSI signal measurement. |
com.comthings.gollum.api.gollumandroidlib.signalBattery(boolean)
|
Activate or deactivate battery level reception. |
com.comthings.gollum.api.gollumandroidlib.notifButtonPushed(boolean)
|
Enable notification when a button is pressed on the device. |
com.comthings.gollum.api.gollumandroidlib.getTrxInfo(int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Must NOT be called from background thread, as this method already creates its own AsyncTask. |
com.comthings.gollum.api.gollumandroidlib.setLed(int,boolean,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Must NOT be called from background thread, as this method already creates its own AsyncTask. |
com.comthings.gollum.api.gollumandroidlib.runFirmware(int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Must NOT be called from background thread, as this method already creates its own AsyncTask. |
com.comthings.gollum.api.gollumandroidlib.runBootloader(int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Must NOT be called from background thread, as this method already creates its own AsyncTask. |
com.comthings.gollum.api.gollumandroidlib.txSend(kotlin.Array,int,boolean,int)
|
Send data as a byte array in the form [0x41, 0x42, 0x30, 0x46, ...]. |
com.comthings.gollum.api.gollumandroidlib.txSendHex(kotlin.Array,int,boolean,int)
|
Send data as an hex byte array. |
com.comthings.gollum.api.gollumandroidlib.txSend(kotlin.Array,int,boolean,int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Send data as a byte array in the form [0x41, 0x42, 0x30, 0x46, ...]. |
com.comthings.gollum.api.gollumandroidlib.txSendHex(kotlin.Array,int,boolean,int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Send data as an hex byte array. |
com.comthings.gollum.api.gollumandroidlib.keeloq_enc(kotlin.Array,kotlin.Array,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetByteArray)
|
Perform Keeloq encoding Must NOT be called from background thread, as this method already creates its own AsyncTask. |
com.comthings.gollum.api.gollumandroidlib.keeloq_dec(kotlin.Array,kotlin.Array,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetByteArray)
|
Perform Keeloq decoding Must NOT be called from background thread, as this method already creates its own AsyncTask. |
com.comthings.gollum.api.gollumandroidlib.execButton(int,com.comthings.gollum.api.gollumandroidlib.callback.GollumCallbackGetInteger)
|
Execute the same action as physically pressing a button on the device by sending a APP_FLASH_MEMORY/CMD_FM_EXEC_CONFIG message to nRF51. |