CBPeripheralManagerDelegate.CharacteristicSubscribed Method

Definition

[Foundation.Export("peripheralManager:central:didSubscribeToCharacteristic:")]
public virtual void CharacteristicSubscribed (CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBCentral central, CoreBluetooth.CBCharacteristic characteristic);
abstract member CharacteristicSubscribed : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit
override this.CharacteristicSubscribed : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit

Parameters

peripheral
CBPeripheralManager
central
CBCentral
characteristic
CBCharacteristic
Attributes

Applies to