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
UwbRangeDataNtfConfig(
configType: Int,
ntfProximityNearCm: Int,
ntfProximityFarCm: Int
)
Public functions
Public properties
ntfProximityFarCm
Added in 1.0.0
val ntfProximityFarCm: Int
the proximity far distance in centimeters.
ntfProximityNearCm
Added in 1.0.0
val ntfProximityNearCm: Int
the proximity near distance in centimeters.