The plugin part CoreBluetooth
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS Bluetooth Plugin:CoreBluetooth:
All Console safe,
154 entry points.
- class CBATTRequestMBS
- class CBAttributeMBS
- class CBCentralManagerMBS
- class CBCentralMBS
- class CBCharacteristicMBS
- class CBDescriptorMBS
- class CBL2CAPChannelMBS
- class CBManagerMBS
- class CBMutableCharacteristicMBS
- class CBMutableDescriptorMBS
- class CBMutableServiceMBS
- class CBPeerMBS
- class CBPeripheralManagerMBS
- method updateValue(value as MemoryBlock, characteristic as CBMutableCharacteristicMBS, onSubscribedCentrals() as CBCentralMBS = nil) as Boolean
- method respondToRequest(request as CBATTRequestMBS, error as integer)
- method setDesiredConnectionLatency(latency as integer, central as CBCentralMBS)
- method removeAllServices
- method stopAdvertising
- method Constructor(options as Dictionary = nil)
- method Destructor
- method startAdvertising(advertisementData as Dictionary)
- method addService(service as CBMutableServiceMBS)
- method removeService(service as CBMutableServiceMBS)
- property isAdvertising as Boolean
- shared method CBPeripheralManagerOptionShowPowerAlertKey as String
- shared method CBPeripheralManagerOptionRestoreIdentifierKey as String
- shared method CBPeripheralManagerRestoredStateServicesKey as String
- shared method CBPeripheralManagerRestoredStateAdvertisementDataKey as String
- shared method Available as boolean
- shared method authorizationStatus as integer
- event DidUpdateState
- event WillRestoreState(dic as dictionary)
- event DidStartAdvertising(error as NSErrorMBS)
- event DidAddService(service as CBServiceMBS, error as NSErrorMBS)
- event DidSubscribeToCharacteristic(central as CBCentralMBS, characteristic as CBCharacteristicMBS)
- event DidUnsubscribeFromCharacteristic(central as CBCentralMBS, characteristic as CBCharacteristicMBS)
- event DidReceiveReadRequest(Request as CBATTRequestMBS)
- event DidReceiveWriteRequests(requests() as CBATTRequestMBS)
- event IsReadyToUpdateSubscribers
- event DidPublishL2CAPChannel(PSM as Integer, error as NSErrorMBS)
- event DidUnpublishL2CAPChannel(PSM as Integer, error as NSErrorMBS)
- event DidOpenL2CAPChannel(channel as CBL2CAPChannelMBS, error as NSErrorMBS)
- class CBPeripheralMBS
- method writeValue(data as MemoryBlock, Descriptor as CBDescriptorMBS)
- method readValueForDescriptor(descriptor as CBDescriptorMBS)
- method discoverDescriptorsForCharacteristic(Characteristic as CBCharacteristicMBS)
- method setNotifyValue(enabled as Boolean, Characteristic as CBCharacteristicMBS)
- method writeValue(data as MemoryBlock, Characteristic as CBCharacteristicMBS, Type as Integer)
- method maximumWriteValueLengthForType(Type as Integer) as Integer
- method readValueForCharacteristic(Characteristic as CBCharacteristicMBS)
- method discoverCharacteristics(characteristicUUIDs() as CBUUIDMBS = nil, service as CBServiceMBS)
- method discoverIncludedServices(includedServiceUUIDs() as CBUUIDMBS = nil, service as CBServiceMBS)
- method discoverServices(serviceUUIDs() as CBUUIDMBS = nil)
- method services as CBServiceMBS()
- method Constructor(Peripheral as CBPeripheralMBS)
- method Destructor
- method readRSSI
- property RSSI as String
- property Name as String
- property State as Integer
- property CanSendWriteWithoutResponse as Boolean
- shared method Available as boolean
- event DidUpdateName
- event DidModifyServices(invalidatedServices() as CBServiceMBS)
- event DidUpdateRSSI(error as NSErrorMBS)
- event DidReadRSSI(RSSI as String, error as NSErrorMBS)
- event DidDiscoverServices(error as NSErrorMBS)
- event DidDiscoverIncludedServicesForService(service as CBServiceMBS, error as NSErrorMBS)
- event DidDiscoverCharacteristicsForService(service as CBServiceMBS, error as NSErrorMBS)
- event DidUpdateValueForCharacteristic(characteristic as CBCharacteristicMBS, error as NSErrorMBS)
- event DidWriteValueForCharacteristic(characteristic as CBCharacteristicMBS, error as NSErrorMBS)
- event DidUpdateNotificationStateForCharacteristic(characteristic as CBCharacteristicMBS, error as NSErrorMBS)
- event DidDiscoverDescriptorsForCharacteristic(characteristic as CBCharacteristicMBS, error as NSErrorMBS)
- event DidUpdateValueForDescriptor(descriptor as CBDescriptorMBS, error as NSErrorMBS)
- event DidWriteValueForDescriptor(descriptor as CBDescriptorMBS, error as NSErrorMBS)
- event IsReadyToSendWriteWithoutResponse
- event DidOpenL2CAPChannel(channel as CBL2CAPChannelMBS, error as NSErrorMBS)
- class CBServiceMBS
- class CBUUIDMBS
Blog Entries