AtRpcRespType enum

The types of responses which the responder can send back to the requester

Inheritance

Constructors

AtRpcRespType()
const

Values

ack → const AtRpcRespType

Message received, looks valid, will process

nack → const AtRpcRespType

Message received, will not process (e.g. due to invalid structure)

success → const AtRpcRespType

Have processed the request successfully, here's the response

error → const AtRpcRespType

Tried to process the request but it failed in some way, here's some info

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<AtRpcRespType>
A constant List of the values in this enum, in order of their declaration.