Characteristic Class
Item Index
Methods
Properties
Methods
equals
()
Tests whether two Characteristic objects refer to the same entity.
Properties
descriptors
Array of Descriptor objects
A list of the Descriptor objects that have so far been discovered in this characteristic.
isMutable
Boolean
read-only
Indicates whether this characteristic is mutable. Mutable characteristic
objects are used in the iOS version to define characteristics on the
peripheral device. Android doesn't support the peripheral role so this
property will always be false
.
permissions
Number
The permissions of the characteristic value.
properties
Number
read-only
The properties of the characteristic as a bitfield. See also the CHAR_PROP_* constants attached to the module object.
UUID
String
read-only
The UUID of the characteristic.
value
TiBuffer
read-only
The value of the characteristic.