PowerSourceTrait.Feature

data class PowerSourceTrait.Feature : ClusterBitmap


Summary

Public constructors

Feature(
    wired: Boolean,
    battery: Boolean,
    rechargeable: Boolean,
    replaceable: Boolean
)

Public functions

open ULong

Public constructors

Feature

Feature(
    wired: Boolean = false,
    battery: Boolean = false,
    rechargeable: Boolean = false,
    replaceable: Boolean = false
)

Public functions

toRaw

open fun toRaw(): ULong

Public properties

battery

val batteryBoolean

rechargeable

val rechargeableBoolean

replaceable

val replaceableBoolean

wired

val wiredBoolean