UwbRangeDataNtfConfig


class UwbRangeDataNtfConfig


Represents the configurable range data notification reports for a UWB session.

Summary

Public constructors

UwbRangeDataNtfConfig(
    configType: Int,
    ntfProximityNearCm: Int,
    ntfProximityFarCm: Int
)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Int

the config type of the range data notification.

Int

the proximity far distance in centimeters.

Int

the proximity near distance in centimeters.

Public constructors

UwbRangeDataNtfConfig

Added in 1.0.0-alpha08
UwbRangeDataNtfConfig(
    configType: Int,
    ntfProximityNearCm: Int,
    ntfProximityFarCm: Int
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

configType

Added in 1.0.0-alpha08
val configTypeInt

the config type of the range data notification.

ntfProximityFarCm

Added in 1.0.0-alpha08
val ntfProximityFarCmInt

the proximity far distance in centimeters.

ntfProximityNearCm

Added in 1.0.0-alpha08
val ntfProximityNearCmInt

the proximity near distance in centimeters.