mergBLEPeripheralWriteValueForCharacteristic

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

Write the value for 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.

pValue

The value to write

Description

When written the mergBLEPeripheralDidWriteValueForCharacteristic is sent.

Tagsexternals