GroupAddress
data class GroupAddress(val address: Address) : MeshAddress, PrimaryGroupAddress, ParentGroupAddress, PublicationAddress, SubscriptionAddress, HeartbeatPublicationDestination, HeartbeatSubscriptionDestination, ProxyFilterAddress
A group address is an address that is programmed into zero or more elements. A group address has bit 15 set to 1 and bit 14 set to 1. Group addresses in the range 0xFF00 through 0xFFFF are reserved for FixedGroupAddress, and addresses in the range 0xC000 through 0xFEFF are generally available for other usage.
Throws
If the given address value is not a valid Group address.