FixedGroupAddress

@Serializable
sealed class FixedGroupAddress : MeshAddress, ProxyFilterAddress

There are two types of group address; those that can be assigned dynamically and those that are fixed. Fixed group addresses are in the range of 0xFF00 through 0xFFFF.

Inheritors

Properties

Link copied to clipboard
open override val address: Address

Unsigned 16-bit Address.

Functions

Link copied to clipboard
open override fun toHex(prefix0x: Boolean): String

Converts a mesh address to a hex string.