PowerTopologyTrait.CircuitNodeStruct

class PowerTopologyTrait.CircuitNodeStruct : ClusterStruct


Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

CircuitNodeStruct(
    node: ULong,
    endpoint: OptionalValue<UShort>,
    label: OptionalValue<String>,
    fabricIndex: UByte
)

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

CircuitNodeStruct

CircuitNodeStruct(
    node: ULong,
    endpoint: OptionalValue<UShort> = OptionalValue.absent(),
    label: OptionalValue<String> = OptionalValue.absent(),
    fabricIndex: UByte
)

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

endpoint

val endpointOptionalValue<UShort>

fabricIndex

val fabricIndexUByte

label

val labelOptionalValue<String>

node

val nodeULong