Logical Labs Bluetooth Low Energy Module for Android

API Docs for: 1.2.7
Show:

Characteristic Class

Module: Readme

Methods

equals

()

Available since 1.0.0

Tests whether two Characteristic objects refer to the same entity.

Properties

descriptors

Array of Descriptor objects

Available since 1.0.0

A list of the Descriptor objects that have so far been discovered in this characteristic.

isMutable

Boolean read-only

Available since 1.0.0

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

Available since 1.0.0

The permissions of the characteristic value.

properties

Number read-only

Available since 1.0.0

The properties of the characteristic as a bitfield. See also the CHAR_PROP_* constants attached to the module object.

service

Service read-only

Available since 1.0.0

The service this characteristic belongs to.

UUID

String read-only

Available since 1.0.0

The UUID of the characteristic.

value

TiBuffer read-only

Available since 1.0.0

The value of the characteristic.