Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
test-utils-bluetooth-client
/
com.splendo.kaluga.test.bluetooth.device
/
MockDeviceConnectionManager
/
ActionCompleted
Action
Completed
data
class
ActionCompleted
<
R
:
GattResponse
>
(
val
action
:
DeviceAction
<
R
>
,
val
response
:
R
)
Members
Constructors
Action
Completed
Link copied to clipboard
constructor
(
action
:
DeviceAction
<
R
>
,
response
:
R
)
Properties
action
Link copied to clipboard
val
action
:
DeviceAction
<
R
>
response
Link copied to clipboard
val
response
:
R