AI-generated Key Takeaways
-
UwbComplexChannel represents the channel on which a UWB device is active.
-
It includes methods to get the current channel and preamble index for a device.
-
A nested Builder class is available for creating new instances of UwbComplexChannel.
public class UwbComplexChannel extends Object
Represents the channel which a UWB device is currently active on.
Nested Class Summary
| class | UwbComplexChannel.Builder | Creates a new instance of UwbComplexChannel. |
|
Public Method Summary
| boolean | |
| int |
getChannel()
Gets the current channel for the device.
|
| int |
getPreambleIndex()
Gets the current preamble index for the device.
|
| int |
hashCode()
|
| String |
toString()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public int getChannel ()
Gets the current channel for the device.
public int getPreambleIndex ()
Gets the current preamble index for the device.