UwbRangeDataNtfConfig
class UwbRangeDataNtfConfig
Represents the configurable range data notification reports for a UWB session.
Summary
Public constructors |
|---|
UwbRangeDataNtfConfig( |
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-alpha11
UwbRangeDataNtfConfig(
configType: Int,
ntfProximityNearCm: Int,
ntfProximityFarCm: Int
)
Public functions
Public properties
configType
Added in 1.0.0-alpha11
val configType: Int
the config type of the range data notification.
ntfProximityFarCm
Added in 1.0.0-alpha11
val ntfProximityFarCm: Int
the proximity far distance in centimeters.
ntfProximityNearCm
Added in 1.0.0-alpha11
val ntfProximityNearCm: Int
the proximity near distance in centimeters.