Base class for sensor interface.
LidData closed()
Get latest lid reading from sensor daemon.
Datatype for device tap events.
static LidSensorChannelInterface * interface(const QString &id)
Request an interface to the sensor.
Base-class for client facades of different sensor types.
static LidSensorChannelInterface * controlInterface(const QString &id)
Request a control interface to the sensor.
LidSensorChannelInterface(const QString &path, int sessionId)
Constructor.
::LidSensorChannelInterface LidSensor
void lidChanged(const LidData &value)
Sent when measured ambient light intensity has changed.
static const char * staticInterfaceName
Name of the D-Bus interface for this class.
virtual bool dataReceivedImpl()
Callback for subclasses in which they must read their expected data from socket.
static AbstractSensorChannelInterface * factoryMethod(const QString &id, int sessionId)
Create new instance of the class.
Datatype for device lid events.
Client interface for listening to lid sensor state changes.
static const LidSensorChannelInterface * listenInterface(const QString &id)
Request a listening interface to the sensor.