BITalinoErrorType enum

Inheritance

Constructors

BITalinoErrorType()
const

Values

ADDRESS_NULL → const BITalinoErrorType
ALREADY_CONNECTING → const BITalinoErrorType
BT_DEVICE_NOT_CONNECTED → const BITalinoErrorType
BT_DEVICE_FAILED_CONNECT → const BITalinoErrorType
BT_DEVICE_FAILED_DISCONNECT → const BITalinoErrorType
DEVICE_NOT_IN_RECORDING_MODE → const BITalinoErrorType
LOST_CONNECTION → const BITalinoErrorType
BT_DEVICE_ALREADY_CONNECTED → const BITalinoErrorType
CONTROLLER_FAILED_INITIALIZE → const BITalinoErrorType
CONTROLLER_ALREADY_INITIALIZED → const BITalinoErrorType
BLE_NOT_IMPLEMENT_ONDATA → const BITalinoErrorType
TIMEOUT → const BITalinoErrorType
START_FAILED → const BITalinoErrorType
CUSTOM → const BITalinoErrorType
BT_DEVICE_ALREADY_RECORDING → const BITalinoErrorType
BT_DEVICE_NOT_RECORDING → const BITalinoErrorType
BT_DEVICE_BTH → const BITalinoErrorType
NOT_IMPLEMENTED_IOS → const BITalinoErrorType
BAT_THRESHOLD_INVALID → const BITalinoErrorType
BT_DEVICE_CANNOT_BE_RECORDING → const BITalinoErrorType
INVALID_DIGITAL_CHANNELS → const BITalinoErrorType
NOT_BITALINO2 → const BITalinoErrorType
MISSING_PARAMETER → const BITalinoErrorType
INVALID_ADDRESS → const BITalinoErrorType

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