annotations / com.gmail.ayteneve93.blueberrysherbetannotations / WRITE / <init>
(JVM) WRITE(uuidString:
String
, checkIsReliable:
Boolean
= false)
BLE function annotation for ‘Write’ method.
This annotation is used to declare ‘Write’ method BLE function.
Example Code
@BlueberryService
interface YourBleService {
@WRITE("aaaaaaaa-bbbb-cccc-dddd-eeeeeeee0101")
fun funcA()
}