sensor_devctl_enable_tx_t

This structure is reused for all the "enable" type controls.

Synopsis:

typedef struct  {
    unsigned int enable ;
}sensor_devctl_enable_tx_t;

Since:

BlackBerry 10.0.0

Data:

unsigned int enable
Enable flag.

Set to 1 for enable, 0 to disable.

Library:

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

Description: