UwbAddress

public class UwbAddress extends Object

Represents a UWB address.

Public Constructor Summary

UwbAddress(String address)
Creates a UwbAddress from a HEX string.
UwbAddress(byte[] address)
Creates a UwbAddress from a byte array.

Public Method Summary

boolean
byte[]
getAddress()
Gets the device address (eg, MAC address).
int
String

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).

public int hashCode ()

public String toString ()