Edit

Share via


CBPeripheralManagerDelegate.CharacteristicUnsubscribed Method

Definition

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

Parameters

peripheral
CBPeripheralManager
central
CBCentral
characteristic
CBCharacteristic
Attributes

Applies to