DeviceSignalType enum

标示设备返回数据的场景的枚举类

Inheritance

Constructors

DeviceSignalType()
const

Values

characteristicsRead → const DeviceSignalType

特征值读

characteristicsWrite → const DeviceSignalType

特征值写

characteristicsNotify → const DeviceSignalType

特征值通知

descriptorRead → const DeviceSignalType

描述读

descriptorWrite → const DeviceSignalType

描述写

unKnown → const DeviceSignalType

无法判断,因为ios平台下characteristicsRead和characteristicsNotify是一样的

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