mergBLEPeripheralSetNotificationsForCharacteristic |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBLEPeripheralSetNotificationsForCharacteristic <pUUID>, <pService>, <pCharacteristic>, <pNotify>
|
Associations | mergble |
Summary | Set notifications to service characteristic value changes
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
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.
|
Tags | externals |