mergBLEPeripheralSetNotificationsForCharacteristic

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

Set notifications to service characteristic value changes

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.

pNotify

If true then set you will be notified of changes to the characteristic value

Description

When successful the mergBLEPeripheralDidUpdateNotificationStateForCharacteristic is sent.

Tagsexternals