Home
last modified time | relevance | path

Searched defs:SensorEvents (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/interfaces/include/
H A Dsensor_type.h201 struct SensorEvents { struct
202 int32_t sensorId; /**< Sensor ID */
203 int32_t version; /**< Sensor algorithm version */
204 int64_t timestamp; /**< Time when sensor data was generated */
205 uint32_t option; /**< Sensor data options, including the measurement range and accuracy */
206 int32_t mode; /**< Sensor data reporting mode */
207 uint8_t *data; /**< Sensor data address */
208 uint32_t dataLen; /**< Sensor data length */