UwbAddress
public final class UwbAddress
Represents a UWB address.
Summary
Public constructors |
|---|
UwbAddress(@NonNull byte[] address) |
UwbAddress(@NonNull String address) |
Public methods |
|
|---|---|
boolean |
Checks that two UwbAddresses are equal. |
final @NonNull byte[] |
the device address (eg, MAC address). |
int |
hashCode()Returns the hashcode. |
@NonNull String |
toString()Returns the string format of |
Public constructors
UwbAddress
Added in 1.0.0
public UwbAddress(@NonNull String address)
| Throws | |
|---|---|
IllegalArgumentException |
if address is invalid. |
Public methods
getAddress
Added in 1.0.0
public final @NonNull byte[] getAddress()
the device address (eg, MAC address).