편집

다음을 통해 공유


CBPeripheralDelegate.WroteCharacteristicValue Method

Definition

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

Parameters

peripheral
CBPeripheral
characteristic
CBCharacteristic
error
NSError
Attributes

Applies to