uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
FunctionBlockManager
Function
Block
Manager
interface
FunctionBlockManager
Inheritors
AndroidFunctionBlockManager
JsFunctionBlockManager
JvmFunctionBlockManager
NativeFunctionBlockManager
WasmJsFunctionBlockManager
Members
Properties
count
Link copied to clipboard
abstract
val
count
:
Long
Functions
clear
All
Devices
Link copied to clipboard
abstract
fun
clearAllDevices
(
)
create
Device
Link copied to clipboard
abstract
fun
createDevice
(
)
:
Long
delete
Empty
Devices
Link copied to clipboard
abstract
fun
deleteEmptyDevices
(
)
detach
All
Output
Mappers
Link copied to clipboard
abstract
fun
detachAllOutputMappers
(
)
get
Device
By
Index
Link copied to clipboard
abstract
fun
getDeviceByIndex
(
index
:
Int
)
:
FunctionDevice
get
Device
For
Instance
Link copied to clipboard
abstract
fun
getDeviceForInstance
(
instanceId
:
Int
)
:
FunctionDevice
?