Enum openzwave_sys::notification::NotificationType [] [src]

pub enum NotificationType {
    Type_ValueAdded,
    Type_ValueRemoved,
    Type_ValueChanged,
    Type_ValueRefreshed,
    Type_Group,
    Type_NodeNew,
    Type_NodeAdded,
    Type_NodeRemoved,
    Type_NodeProtocolInfo,
    Type_NodeNaming,
    Type_NodeEvent,
    Type_PollingDisabled,
    Type_PollingEnabled,
    Type_SceneEvent,
    Type_CreateButton,
    Type_DeleteButton,
    Type_ButtonOn,
    Type_ButtonOff,
    Type_DriverReady,
    Type_DriverFailed,
    Type_DriverReset,
    Type_EssentialNodeQueriesComplete,
    Type_NodeQueriesComplete,
    Type_AwakeNodesQueried,
    Type_AllNodesQueriedSomeDead,
    Type_AllNodesQueried,
    Type_Notification,
    Type_DriverRemoved,
    Type_ControllerCommand,
    Type_NodeReset,
}

Variants

Type_ValueAddedType_ValueRemovedType_ValueChangedType_ValueRefreshedType_GroupType_NodeNewType_NodeAddedType_NodeRemovedType_NodeProtocolInfoType_NodeNamingType_NodeEventType_PollingDisabledType_PollingEnabledType_SceneEventType_CreateButtonType_DeleteButtonType_ButtonOnType_ButtonOffType_DriverReadyType_DriverFailedType_DriverResetType_EssentialNodeQueriesCompleteType_NodeQueriesCompleteType_AwakeNodesQueriedType_AllNodesQueriedSomeDeadType_AllNodesQueriedType_NotificationType_DriverRemovedType_ControllerCommandType_NodeReset

Trait Implementations

impl PartialEq for NotificationType
[src]

fn eq(&self, __arg_0: &NotificationType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for NotificationType
[src]

impl Debug for NotificationType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.