Success

data class Success(val value: ByteArray) : PrepareWriteResponse

The Prepare Write operation succeeded.

Parameters

value

Confirmation of the value to written to the characteristic. This should be the same as the value sent in the PeripheralSpecEventHandler.onPrepareWriteRequest if the write was received correctly, or different to indicate a transmission error.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int