UnicastAddress

value class UnicastAddress(val value: UShort) : MeshAddress

A 16-bit unicast address assigned to exactly one element on one node.

Constructors

Link copied to clipboard
constructor(value: UShort)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val value: UShort

16-bit address value as used in mesh PDUs.

Functions

Link copied to clipboard
open operator override fun compareTo(other: MeshAddress): Int