ServiceAreaTrait.Feature

data class ServiceAreaTrait.Feature


ServiceArea cluster FeatureMap.

Summary

Public constructors

Feature(
    selectWhileRunning: Boolean,
    progressReporting: Boolean,
    maps: Boolean
)

Creates the Feature data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

Supports the maps feature.

Boolean

Supports the progress-reporting feature.

Boolean

Supports the ability to select areas while the device is running.

Public constructors

Feature

Feature(
    selectWhileRunning: Boolean = false,
    progressReporting: Boolean = false,
    maps: Boolean = false
)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

maps

val mapsBoolean

Supports the maps feature.

progressReporting

val progressReportingBoolean

Supports the progress-reporting feature.

selectWhileRunning

val selectWhileRunningBoolean

Supports the ability to select areas while the device is running.