kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-mesh
/
com.atruedev.kmpble.mesh.models.sensor
/
SensorDescriptor
Sensor
Descriptor
data
class
SensorDescriptor
(
val
propertyId
:
UShort
,
val
tolerancePositive
:
UShort
,
val
toleranceNegative
:
UShort
,
val
samplingFunction
:
UByte
,
val
measurementPeriod
:
UByte
,
val
updateInterval
:
UByte
)
Sensor descriptor metadata.
Members
Constructors
Sensor
Descriptor
Link copied to clipboard
constructor
(
propertyId
:
UShort
,
tolerancePositive
:
UShort
,
toleranceNegative
:
UShort
,
samplingFunction
:
UByte
,
measurementPeriod
:
UByte
,
updateInterval
:
UByte
)
Properties
measurement
Period
Link copied to clipboard
val
measurementPeriod
:
UByte
property
Id
Link copied to clipboard
val
propertyId
:
UShort
sampling
Function
Link copied to clipboard
val
samplingFunction
:
UByte
tolerance
Negative
Link copied to clipboard
val
toleranceNegative
:
UShort
tolerance
Positive
Link copied to clipboard
val
tolerancePositive
:
UShort
update
Interval
Link copied to clipboard
val
updateInterval
:
UByte