sensor_history_pressure_data_t

Structure used to hold an array of most recent pressure sensor events.

Synopsis:

typedef struct  {
    sensor_history_pressure_element_t element [48];
}sensor_history_pressure_data_t;

Since:

BlackBerry 10.1.0

Data:

sensor_history_pressure_element_t element[48]
Array of pressure sensor elements.

Library:

libsensor (For the qcc command, use the -l sensor option to link against this library)

Description:

This structure is populated by sensor_history_pressure().