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.