WsCmdType enum

Inheritance

Constructors

WsCmdType()
const

Values

AUTH → const WsCmdType
ATTRIBUTES → const WsCmdType
TIMESERIES → const WsCmdType
TIMESERIES_HISTORY → const WsCmdType
ENTITY_DATA → const WsCmdType
ENTITY_COUNT → const WsCmdType
ALARM_DATA → const WsCmdType
ALARM_COUNT → const WsCmdType
NOTIFICATIONS → const WsCmdType
NOTIFICATIONS_COUNT → const WsCmdType
MARK_NOTIFICATIONS_AS_READ → const WsCmdType
MARK_ALL_NOTIFICATIONS_AS_READ → const WsCmdType
ALARM_DATA_UNSUBSCRIBE → const WsCmdType
ALARM_COUNT_UNSUBSCRIBE → const WsCmdType
ENTITY_DATA_UNSUBSCRIBE → const WsCmdType
ENTITY_COUNT_UNSUBSCRIBE → const WsCmdType
NOTIFICATIONS_UNSUBSCRIBE → const WsCmdType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WsCmdType>
A constant List of the values in this enum, in order of their declaration.