CBPeripheralDelegate_Extensions.RssiUpdated Method

Definition

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'RssiRead' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RssiRead' instead.")]
public static void RssiUpdated (this CoreBluetooth.ICBPeripheralDelegate This, CoreBluetooth.CBPeripheral peripheral, Foundation.NSError error);
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'RssiRead' instead.")]
public static void RssiUpdated (this CoreBluetooth.ICBPeripheralDelegate This, CoreBluetooth.CBPeripheral peripheral, Foundation.NSError error);
static member RssiUpdated : CoreBluetooth.ICBPeripheralDelegate * CoreBluetooth.CBPeripheral * Foundation.NSError -> unit

Parameters

This
ICBPeripheralDelegate

The instance on which this extension method operates.

peripheral
CBPeripheral
error
NSError
Attributes

Applies to