共用方式為


CBPeripheralManagerDelegate.CharacteristicSubscribed 方法

定義

[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

參數

peripheral
CBPeripheralManager
central
CBCentral
characteristic
CBCharacteristic
屬性

適用於