AI-generated Key Takeaways
-
The UwbAddress class represents a UWB address.
-
UwbAddress objects can be created from a HEX string or a byte array.
-
The class provides methods to get the device address, check equality, and get hash code and string representations.
public class UwbAddress extends Object
Represents a UWB address.
Public Constructor Summary
|
UwbAddress(byte[] address)
Creates a
UwbAddress
from a byte array.
|
Public Method Summary
| boolean | |
| byte[] |
getAddress()
Gets the device address (eg, MAC address).
|
| int |
hashCode()
|
| String |
toString()
|
Inherited Method Summary
Public Constructors
public UwbAddress (String address)
Creates a UwbAddress
from a HEX string.
public UwbAddress (byte[] address)
Creates a UwbAddress
from a byte array.
Public Methods
public boolean equals (Object o)
public byte[] getAddress ()
Gets the device address (eg, MAC address).