OccupancySensingTrait.HoldTimeLimitsStruct

class OccupancySensingTrait.HoldTimeLimitsStruct : ClusterStruct


Summary

Public constructors

HoldTimeLimitsStruct(
    holdTimeMin: UShort,
    holdTimeMax: UShort,
    holdTimeDefault: UShort
)

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public constructors

HoldTimeLimitsStruct

HoldTimeLimitsStruct(
    holdTimeMin: UShort,
    holdTimeMax: UShort,
    holdTimeDefault: UShort
)

Public functions

getDescriptor

open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

holdTimeDefault

val holdTimeDefaultUShort

holdTimeMax

val holdTimeMaxUShort

holdTimeMin

val holdTimeMinUShort