編集

次の方法で共有


CBPeripheral.SetNotifyValue(Boolean, CBCharacteristic) Method

Definition

Sets the notification status for the specified characteristic.

[Foundation.Export("setNotifyValue:forCharacteristic:")]
public virtual void SetNotifyValue (bool enabled, CoreBluetooth.CBCharacteristic characteristic);
abstract member SetNotifyValue : bool * CoreBluetooth.CBCharacteristic -> unit
override this.SetNotifyValue : bool * CoreBluetooth.CBCharacteristic -> unit

Parameters

enabled
Boolean
characteristic
CBCharacteristic
Attributes

Applies to