open_external_sensor_func_t

Updated: April 19, 2023

Request a handle to access an external sensor

Synopsis:

#include <sensor/external_sensor_api.h>
typedef void*(* open_external_sensor_func_t)(void);

Library:

libsensor

Description:

If the sensor is available, a handle for access to the sensor is returned.

Returns:

A pointer to the returned sensor handle if access is granted.