ClosureControlTrait.LatchControlModesBitmap

data class ClosureControlTrait.LatchControlModesBitmap


ClosureControl trait LatchControlModesBitmap.

Summary

Public constructors

LatchControlModesBitmap(
    remoteLatching: Boolean,
    remoteUnlatching: Boolean
)

Creates the LatchControlModesBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

Whether the latch can be latched remotely.

Boolean

Whether the latch can be unlatched remotely.

Public constructors

LatchControlModesBitmap

LatchControlModesBitmap(
    remoteLatching: Boolean = false,
    remoteUnlatching: Boolean = false
)

Creates the LatchControlModesBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

remoteLatching

val remoteLatchingBoolean

Whether the latch can be latched remotely.

remoteUnlatching

val remoteUnlatchingBoolean

Whether the latch can be unlatched remotely.