Logical Labs Bluetooth Low Energy Module for iOS

API Docs for: 1.2.7
Show:

Request Class

Module: Readme

Represents a read or write request from a central.

Item Index

Properties

central

Central read-only

Available since 1.0.0

The central that originated the request.

characteristic

Characteristic read-only

Available since 1.0.0

The characteristic whose value will be read or written.

offset

Number read-only

Available since 1.0.0

The zero-based index of the first byte for the read or write.

value

TiBuffer

Available since 1.0.0

The data being read or written.

For read requests, will be null and should be set before responding via the respondToRequest method.

For write requests, value will contain the data to be written.