 | ZWNotificationCode Enumeration |
Notification codes.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic enum ZWNotificationCode
Public Enumeration ZWNotificationCode
public enum class ZWNotificationCode
Members
| Member name | Value | Description |
---|
| MsgComplete | 0 | Completed messages |
| Timeout | 1 | Messages that timeout will send a Notification with this code. |
| NoOperation | 2 | Report on NoOperation message sent completion. |
| Awake | 3 | Report when a sleeping node wakes up. |
| Sleep | 4 | Report when a node goes to sleep. |
| Dead | 5 | Report when a node is presumed dead. |
| Alive | 6 | Report when a node is revived. |
RemarksNotifications of the type Type_Notification convey some
extra information defined here.
See Also