UwbAddress
class UwbAddress
Represents a UWB address.
Summary
Public constructors |
|---|
UwbAddress(address: ByteArray) |
UwbAddress(address: String) |
Public functions |
|
|---|---|
open operator Boolean |
Checks that two UwbAddresses are equal. |
open Int |
hashCode()Returns the hashcode. |
open String |
toString()Returns the string format of |
Public constructors
UwbAddress
Added in 1.0.0
UwbAddress(address: String)
| Throws | |
|---|---|
IllegalArgumentException |
if address is invalid. |