- scan() - Method in class net.cobogroup.lib.Lib
-
This function is used to start scan of bluetooth devices.
- send(byte[], boolean) - Method in class net.cobogroup.lib.Lib
-
This function is used to send message can.
- setBitrate(int) - Method in class net.cobogroup.lib.Lib
-
This function is used to set bitrate of can-bun line.
- setFilter(byte, byte, byte[], byte[]) - Method in class net.cobogroup.lib.Lib
-
This function is used to set filters of IN2ROUTER
Endianness: LITTLE ENDIAN
Example:
I want receive only messages with id standard 0x111.
- startGTW() - Method in class net.cobogroup.lib.Lib
-
This function is used to start user comunication from your device to a bluetooth device.
- stopGTW() - Method in class net.cobogroup.lib.Lib
-
This function is used to end user comunication from your device to bluetooth device.
- stopScan() - Method in class net.cobogroup.lib.Lib
-
This function is used to stop scan of bluetooth devices.