UwbComplexChannel

public final class UwbComplexChannel


Represents the channel which a UWB device is currently active on.

Summary

Public constructors

UwbComplexChannel(int channel, int preambleIndex)

Public methods

final int

the current channel for the device.

final int

the current preamble index for the device.

@NonNull String

Returns the string format of UwbComplexChannel.

Public constructors

UwbComplexChannel

Added in 1.0.0-alpha08
public UwbComplexChannel(int channel, int preambleIndex)

Public methods

getChannel

Added in 1.0.0-alpha08
public final int getChannel()

the current channel for the device.

getPreambleIndex

Added in 1.0.0-alpha08
public final int getPreambleIndex()

the current preamble index for the device.

toString

public @NonNull String toString()

Returns the string format of UwbComplexChannel.