LtiRespField enum
Helper to enumerate the encodings of the LRRESP signal.
Values
- success → const LtiRespField
-
The translation was successful.
const LtiRespField(0x0) - downgrade1 → const LtiRespField
-
The translation was successful but the transaction type must be downgraded. The meaning of this for each transaction type is described in B5.2.2 Downgrade types.
const LtiRespField(0x1) - downgrade2 → const LtiRespField
-
The translation was successful but the transaction type must be downgraded. The meaning of this for each transaction type is described in B5.2.2 Downgrade types.
const LtiRespField(0x2) - faultAbort → const LtiRespField
-
The translation was not successful and the transaction must be terminated. The Manager should indicate to the upstream device that the transaction was not successful.
const LtiRespField(0x4) - terminateRazwi → const LtiRespField
-
The translation was not successful and the transaction must be terminated. If possible, the LTI Manager should indicate to the Requester that the transaction was successful, by returning 0 if the data was a read, and ignoring the transaction if it was a write. Cache maintenance and prefetch effects of the transaction are ignored.
const LtiRespField(0x5) - faultPri → const LtiRespField
-
The translation was not successful but it might be resolved by issuing a PRI request. The Manager should issue a PRI request, and if the response from that indicates success, retry the LTI request. For more information, see B1.4.4 PRI flow.
const LtiRespField(0x6)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
Underlying value.
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
Constants
-
values
→ const List<
LtiRespField> - A constant List of the values in this enum, in order of their declaration.