3 #include <Notification.h>
5 #include <Poco/Nullable.h>
29 return m_valueId.GetHomeId();
37 return m_valueId.GetNodeId();
43 OpenZWave::Notification::NotificationType
type()
const;
49 OpenZWave::ValueID
valueID()
const;
70 Poco::Nullable<uint8_t>
event()
const;
73 OpenZWave::Notification::NotificationType m_type;
74 OpenZWave::ValueID m_valueId;
76 Poco::Nullable<uint8_t> m_event;
OpenZWave::Notification::NotificationType type() const
Definition: OZWNotificationEvent.cpp:22
OZWNotificationEvent(const OpenZWave::Notification ¬ification)
Definition: OZWNotificationEvent.cpp:5
OpenZWave::ValueID valueID() const
Definition: OZWNotificationEvent.cpp:27
uint32_t homeID() const
Definition: OZWNotificationEvent.h:27
Poco::Nullable< uint8_t > event() const
Definition: OZWNotificationEvent.cpp:37
uint8_t byte() const
Definition: OZWNotificationEvent.cpp:32
uint8_t nodeID() const
Definition: OZWNotificationEvent.h:35
Low-level OpenZWave notification event. Because, the OpenZWave::Notification cannot be copied nor clo...
Definition: OZWNotificationEvent.h:16