CBCentralManagerDelegate.FailedToConnectPeripheral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("centralManager:didFailToConnectPeripheral:error:")]
public virtual void FailedToConnectPeripheral (CoreBluetooth.CBCentralManager central, CoreBluetooth.CBPeripheral peripheral, Foundation.NSError error);
abstract member FailedToConnectPeripheral : CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * Foundation.NSError -> unit
override this.FailedToConnectPeripheral : CoreBluetooth.CBCentralManager * CoreBluetooth.CBPeripheral * Foundation.NSError -> unit
Parameters
- central
- CBCentralManager
- peripheral
- CBPeripheral
- error
- NSError
- Attributes