BlueberrySherbet

annotations / com.gmail.ayteneve93.blueberrysherbetannotations / WRITE_WITHOUT_RESPONSE / <init>

<init>

(JVM) WRITE_WITHOUT_RESPONSE(uuidString: String, checkIsReliable: Boolean = false)

BLE function annotation for ‘Write Without Response’ method.

This annotation is used to declare ‘Write Without Response’ method BLE function.

Example Code

    @BlueberryService
    interface YourBleService {
        @WRITE_WITHOUT_RESPONSE("aaaaaaaa-bbbb-cccc-dddd-eeeeeeee0101")
        fun funcA()
    }