Platforms to show: All Mac Windows Linux Cross-Platform

Back to CBCharacteristicMBS class.

CBCharacteristicMBS.isBroadcasted as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the characteristic is currently broadcasted or not.

Available in MacOS 10.9 or newer.
(Read only property)

CBCharacteristicMBS.isNotifying as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
A Boolean value indicating whether the characteristic is currently notifying a subscribed central of its value.

True if you have enabled notifications or indications for the characteristic by successfully calling the setNotifyValue method of the CBPeripheral class. If the value of this property is true, the peripheral updates the subscribed central that it is connected to whenever the characteristic’s value has changed. If the value of the property is false, notifications (or indications) have not been enabled for the characteristic, and the peripheral does not update the central that it is connected to whenever the characteristic’s value has changed.
(Read only property)

CBCharacteristicMBS.properties as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The properties of the characteristic.

The properties of a characteristic determine how the characteristic’s value and descriptors can be used and accessed. For a list of the possible values representing the properties of a characteristic, see constants.
(Read only property)

CBCharacteristicMBS.service as CBServiceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The service that this characteristic belongs to.

(Read only property)

CBCharacteristicMBS.value as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Bluetooth MBS Bluetooth Plugin 18.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The value of the characteristic.

This property contains the value of the characteristic. For example, a temperature measurement characteristic of a health thermometer service may have a value that indicates a temperature in Celsius.
(Read only property)

The items on this page are in the following plugins: MBS Bluetooth Plugin.


The biggest plugin in space...