CharacteristicProperties enum

标示蓝牙服务特征值的配置属性的枚举类

Inheritance

Constructors

CharacteristicProperties()
const

Values

broadcast → const CharacteristicProperties
read → const CharacteristicProperties

可读

writeNoResponse → const CharacteristicProperties

不回复写,ios平台如果设置不回复则写入后则不会进入写入结果的回调,android则即使设置了也会进入写入结果的回调

write → const CharacteristicProperties

可写

notify → const CharacteristicProperties

通知

indicate → const CharacteristicProperties

可靠通知

signedWrite → const CharacteristicProperties

签名写

extendedProps → const CharacteristicProperties
notifyEncryptionRequired → const CharacteristicProperties
indicateEncryptionRequired → const CharacteristicProperties

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