ActionCompleted

data class ActionCompleted<R : GattResponse>(val action: DeviceAction<R>, val response: R)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val response: R