ZoneManagementTrait.CreateTwoDCartesianZoneCommand.Request

class ZoneManagementTrait.CreateTwoDCartesianZoneCommand.Request : ClusterStruct


The request payload for the CreateTwoDCartesianZone command.

Summary

Nested types

Descriptor enum for this command's request fields.

Public constructors

Creates a request payload for the CreateTwoDCartesianZone 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

ZoneManagementTrait.TwoDCartesianZoneStruct

A TwoDCartesianZoneStruct value representing all information required to define the two-dimensional Cartesian zone.

Public constructors

Request

Request(
    zone: ZoneManagementTrait.TwoDCartesianZoneStruct = TwoDCartesianZoneStruct()
)

Creates a request payload for the CreateTwoDCartesianZone 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

zone

val zoneZoneManagementTrait.TwoDCartesianZoneStruct

A TwoDCartesianZoneStruct value representing all information required to define the two-dimensional Cartesian zone.