IoT::Devices

class BooleanSensorEventDispatcher

File Information

Library: IoT/Devices
Package: Generated
Header: IoT/Devices/BooleanSensorEventDispatcher.h

Description

The base class for two-state sensors measuring on/off or open/closed state.

In addition to the methods defined in this interface, a BooleanSensor implementation should expose the following properties:

  • displayState (string, optional): The current state of the trigger, formatted as string for display purposes.

Inheritance

Direct Base Classes: Poco::RemotingNG::EventDispatcher

All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher

Member Summary

Member Functions: event__stateChanged, event__statusChanged, remoting__typeId

Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe

Constructors

BooleanSensorEventDispatcher

BooleanSensorEventDispatcher(
    BooleanSensorRemoteObject * pRemoteObject,
    const std::string & protocol
);

Destructor

~BooleanSensorEventDispatcher virtual

virtual ~BooleanSensorEventDispatcher();

Member Functions

event__stateChanged

void event__stateChanged(
    const void * pSender,
    const bool & data
);

event__statusChanged

void event__statusChanged(
    const void * pSender,
    const IoT::Devices::DeviceStatusChange & data
);

remoting__typeId virtual inline

virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;

Securely control IoT edge devices from anywhere   Connect a Device