ApplicationLauncherTrait.ApplicationEpStruct

class ApplicationLauncherTrait.ApplicationEpStruct : ClusterStruct


An app along with its corresponding endpoint.

Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

Creates the ApplicationEPStruct class.

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

ApplicationEpStruct

ApplicationEpStruct(
    application: ApplicationLauncherTrait.ApplicationStruct = ApplicationStruct(),
    endpoint: OptionalValue<UShort> = OptionalValue.absent()
)

Creates the ApplicationEPStruct class.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

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

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

Public properties

endpoint

val endpointOptionalValue<UShort>

The endpoint.