TargetNavigatorTrait.TargetInfoStruct

class TargetNavigatorTrait.TargetInfoStruct


An object describing the navigable target.

Summary

Public constructors

TargetInfoStruct(identifier: UByte, name: String)

Creates the TargetInfoStruct class.

Public properties

UByte

The unique ID within the targetList.

String

The unique name, as a string.

Public constructors

TargetInfoStruct

TargetInfoStruct(identifier: UByte, name: String = "")

Creates the TargetInfoStruct class.

Public properties

identifier

val identifierUByte

The unique ID within the targetList.

name

val nameString

The unique name, as a string.