GattServerRequest.WriteCharacteristics


class GattServerRequest.WriteCharacteristics : GattServerRequest


Represents a request to write characteristics.

If two or more writes are requested, they are expected to be written in order.

Summary

Nested types

A part of write requests.

Public functions

Unit

Notifies the failure of the write request.

Unit

Notifies the success of the write request.

Public properties

List<GattServerRequest.WriteCharacteristics.Part>

a list of write request parts

Public functions

sendFailure

Added in 1.0.0-alpha02
fun sendFailure(): Unit

Notifies the failure of the write request.

sendResponse

Added in 1.0.0-alpha02
fun sendResponse(): Unit

Notifies the success of the write request.

Public properties

parts

Added in 1.0.0-alpha02
val partsList<GattServerRequest.WriteCharacteristics.Part>

a list of write request parts