共用方式為


CBPeripheralDelegate.DiscoveredCharacteristic 方法

定義

[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

參數

peripheral
CBPeripheral
service
CBService
error
NSError
屬性

適用於