mergBLEPeripheralDidWriteValueForDescriptor |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBLEPeripheralDidWriteValueForDescriptor <pUUID>, <pDescriptor>, <pError>
|
Associations | mergble |
Summary | Sent when a descriptor value is written
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pUUID | | A peripheral UUID as returned by the
mergBLEDidDiscoverPeripheral message
|
pDescriptor | | A descriptor UUID as returned by the
mergBLEPeripheralDidDiscoverDescriptorsForCharacteristic message
|
pError | | An error message if an error occured otherwise empty
|
|
Description | Sent when a descriptor value is written
|
Tags | externals |