UwbComplexChannel

class UwbComplexChannel


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

Summary

Public constructors

UwbComplexChannel(channel: Int, preambleIndex: Int)

Public functions

open String

Returns the string format of UwbComplexChannel.

Public properties

Int

the current channel for the device.

Int

the current preamble index for the device.

Public constructors

UwbComplexChannel

Added in 1.0.0-alpha08
UwbComplexChannel(channel: Int, preambleIndex: Int)

Public functions

toString

open fun toString(): String

Returns the string format of UwbComplexChannel.

Public properties

channel

Added in 1.0.0-alpha08
val channelInt

the current channel for the device.

preambleIndex

Added in 1.0.0-alpha08
val preambleIndexInt

the current preamble index for the device.