mergBLEPeripheralReadValueForDescriptor

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

Read the value of a descriptor 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.

pDescriptor

A descriptor UUID.

Description

When read the mergBLEPeripheralDidUpdateValueForDescriptor is sent.

Tagsexternals