Click or drag to resize

ZWNotification Class

Provides a container for data sent via the notification callback handler from the ZWManager.NotificationReceived event.
Inheritance Hierarchy
SystemObject
  OpenZWaveZWNotification

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public sealed class ZWNotification

The ZWNotification type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the notification code
Public propertyEvent
Gets the event value of a notification. Only valid in Notification::Type_NodeEvent and Notification::Type_ControllerCommand notifications.
Public propertyGroupIndex
Gets the index of the association group that has been changed. Only valid in ZWNotificationType.Group notifications.
Public propertyHomeId
Gets the Home ID of the driver sending this notification.
Public propertyNodeId
Gets the ID of any node involved in this notification.
Public propertyType
Gets the type of notification.
Public propertyValueId
Gets the unique ValueID of any value involved in this notification.
Top
See Also