共用方式為


CBPeripheralDelegate.UpdatedNotificationState 方法

定義

[Foundation.Export("peripheral:didUpdateNotificationStateForCharacteristic:error:")]
public virtual void UpdatedNotificationState (CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBCharacteristic characteristic, Foundation.NSError error);
abstract member UpdatedNotificationState : CoreBluetooth.CBPeripheral * CoreBluetooth.CBCharacteristic * Foundation.NSError -> unit
override this.UpdatedNotificationState : CoreBluetooth.CBPeripheral * CoreBluetooth.CBCharacteristic * Foundation.NSError -> unit

參數

peripheral
CBPeripheral
characteristic
CBCharacteristic
error
NSError
屬性

適用於