CBPeripheralDelegate.DiscoveredCharacteristic Method

Definition

[Foundation.Export("peripheral:didDiscoverCharacteristicsForService:error:")]
public virtual void DiscoveredCharacteristic (CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBService service, Foundation.NSError error);
abstract member DiscoveredCharacteristic : CoreBluetooth.CBPeripheral * CoreBluetooth.CBService * Foundation.NSError -> unit
override this.DiscoveredCharacteristic : CoreBluetooth.CBPeripheral * CoreBluetooth.CBService * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheral
service
CBService
error
NSError
Attributes

Applies to