Click or drag to resize

ZWNotificationCode Enumeration

Notification codes.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public enum ZWNotificationCode
Members
  Member nameValueDescription
MsgComplete0Completed messages
Timeout1Messages that timeout will send a Notification with this code.
NoOperation2Report on NoOperation message sent completion.
Awake3Report when a sleeping node wakes up.
Sleep4Report when a node goes to sleep.
Dead5Report when a node is presumed dead.
Alive6Report when a node is revived.
Remarks
Notifications of the type Type_Notification convey some extra information defined here.
See Also