ObserveRegistration enum

Models the legal values for including the ObserveOption an a CoAP GET request.

See RFC 7641, section 2 for more information.

Inheritance

Constructors

ObserveRegistration(int value)
Constructor
const

Values

register → const ObserveRegistration
const ObserveRegistration(0)
deregister → const ObserveRegistration
const ObserveRegistration(1)

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
value int
The numeric value associated with this ObserveRegistration.
final

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

Static Methods

parse(int value) ObserveRegistration?
Parses a numeric value and returns an ObserveRegistration enum value if it matches.

Constants

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