开源鸿蒙 SensorEvents
SensorEvents
概述
所属模块:
汇总
Public 属性
| Public 属性 | 描述 | | ——– | ——– | | sensorId | 传感器的标识号。 | | version | 传感器算法版本号。 | | timestamp | 传感器数据生成时间。 | | option | 传感器量程精度可选配置。 | | mode | 传感器工作模式。 | | data | 传感器数据地址。 | | dataLen | 传感器数据长度。 |
详细描述
上报传感器数据结构。
上报传感器设备数据事件信息包括传感器的标识号、传感器算法版本号、传感器数据生成时间、传感器量程精度可选配置、传感器工作模式、传感器数据地址、传感器数据长度。
Since:
2.2
类成员变量说明
data
uint8_t* SensorEvents::data
描述:
传感器数据地址。
mode
int32_t SensorEvents::mode
描述:
传感器工作模式。
option
uint32_t SensorEvents::option
描述:
传感器量程精度可选配置。
sensorId
int32_t SensorEvents::sensorId
描述:
传感器的标识号。
timestamp
int64_t SensorEvents::timestamp
描述:
传感器数据生成时间。
version
int32_t SensorEvents::version
描述:
传感器算法版本号。
h2dataLen
int32_t SensorEvents::dataLen
描述:
传感器算法版本号。
你可能感兴趣的文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦