toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.command
/
CommandOpMode
/
HardwareDelegate
Hardware
Delegate
open
inner
class
HardwareDelegate
<
T
,
Device
:
Any
>
(
val
deviceType
:
KClass
<
Device
>
,
val
deviceName
:
String
,
map
:
Device
.
(
)
->
T
)
:
CommandOpMode.InitializerDelegate
<
T
>
Members
Constructors
Hardware
Delegate
Link copied to clipboard
constructor
(
deviceType
:
KClass
<
Device
>
,
deviceName
:
String
,
map
:
Device
.
(
)
->
T
)
Properties
device
Name
Link copied to clipboard
val
deviceName
:
String
device
Type
Link copied to clipboard
val
deviceType
:
KClass
<
Device
>
Functions
fallback
Link copied to clipboard
protected
open
override
fun
fallback
(
)
:
T
init
Link copied to clipboard
fun
init
(
init
:
Device
.
(
)
->
Unit
)
:
CommandOpMode.HardwareDelegate
<
T
,
Device
>
map
Link copied to clipboard
fun
<
R
>
map
(
newMap
:
Device
.
(
)
->
R
)
:
CommandOpMode.HardwareDelegate
<
R
,
Device
>