mergBLEPeripheralReadValueForCharacteristic

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBLEPeripheralReadValueForCharacteristic <pUUID>, <pService>, <pCharacteristic>
Associationsmergble
Summary

Read the value of a service characteristic

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pUUID

A peripheral UUID as returned by the mergBLEDidDiscoverPeripheral message

pService

A service UUID as returned by the mergBLEPeripheralDidDiscoverServices message

pCharacteristic

A characteristic UUID.

Description

When read the mergBLEPeripheralDidUpdateValueForCharacteristic is sent.

Tagsexternals