mergBLEPeripheralDidUpdateValueForDescriptor

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBLEPeripheralDidUpdateValueForDescriptor <pUUID>, <pDescriptor>, <pValue>, <pError>
Associationsmergble
Summary

Sent when a descriptor value is read

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

A peripheral UUID as returned by the mergBLEDidDiscoverPeripheral message

pDescriptor

A descriptor UUID as returned by the mergBLEPeripheralDidDiscoverDescriptorsForCharacteristic message

pValue

The value of the descriptor

pError

An error message if an error occured otherwise empty

Description

Sent when a descriptor value is read

Tagsexternals