![]() |
MT2523 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef int32_t(* | sensor_driver_object_operate_callback_t) (void *self, uint32_t command, void *buff_out, int32_t size_out, int32_t *actual_out, void *buff_in, int32_t size_in) |
| Operates on the physical sensor. More... | |
| typedef int32_t(* sensor_driver_object_operate_callback_t) (void *self, uint32_t command, void *buff_out, int32_t size_out, int32_t *actual_out, void *buff_in, int32_t size_in) |
Operates on the physical sensor.
| [in] | self | is the handle of the physical sensor driver. |
| [in] | command | is the operation command. |
| [out] | buffer_out | is a pointer to the output data. |
| [in] | size_out | is the size of the buffer_out. |
| [out] | actual_out | is the actual size of the output. |
| [in] | buffer_in | is a pointer to the input data. |
| [in] | size_in | is the size of the buffer_in. |