UwbAddress


class UwbAddress


Represents a UWB address.

Summary

Public constructors

UwbAddress(address: String)

Public functions

open operator Boolean
equals(other: Any?)

Checks that two UwbAddresses are equal.

open Int

Returns the hashcode.

open String

Returns the string format of UwbAddress.

Public properties

ByteArray

the device address (eg, MAC address).

Public constructors

UwbAddress

Added in 1.0.0-alpha08
UwbAddress(address: ByteArray)

UwbAddress

Added in 1.0.0-alpha08
UwbAddress(address: String)
Throws
kotlin.IllegalArgumentException

if address is invalid.

Public functions

equals

open operator fun equals(other: Any?): Boolean

Checks that two UwbAddresses are equal.

hashCode

open fun hashCode(): Int

Returns the hashcode.

toString

open fun toString(): String

Returns the string format of UwbAddress.

Public properties

address

Added in 1.0.0-alpha08
val addressByteArray

the device address (eg, MAC address).