ServiceAreaTrait.SkipAreaCommand.Request

class ServiceAreaTrait.SkipAreaCommand.Request : ClusterStruct


The request payload for the SkipArea command.

Summary

Nested types

Descriptor enum for this command's request fields.

Public constructors

Request(skippedArea: UInt)

Creates a request payload for the SkipArea command.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

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

Public properties

UInt

The area to skip, and to attempt operating in other areas on the supportedAreas attribute list.

Public constructors

Request

Request(skippedArea: UInt)

Creates a request payload for the SkipArea command.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

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

Public properties

skippedArea

val skippedAreaUInt

The area to skip, and to attempt operating in other areas on the supportedAreas attribute list.