CompletedAction

data class CompletedAction<R : GattResponse>(val action: DeviceAction<R>?, val response: R) : DeviceConnectionManager.Event

Event indicating the device completed executing a DeviceAction

Constructors

Link copied to clipboard
constructor(action: DeviceAction<R>?, response: R)

Properties

Link copied to clipboard

the DeviceAction that was executed

Link copied to clipboard
val response: R

Functions

Link copied to clipboard
fun complete()