Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_interface_vdi.h29 struct HdfSensorInformationVdi { struct
30 std::string sensorName;
31 std::string vendorName;
32 std::string firmwareVersion;
33 std::string hardwareVersion;
34 int32_t sensorTypeId;
35 int32_t sensorId;
59 virtual int32_t GetAllSensorInfo(std::vector<HdfSensorInformationVdi>& info) = 0; argument