CBPeripheralDelegate.RssiUpdated(CBPeripheral, NSError) Método

Definición

[Foundation.Export("peripheralDidUpdateRSSI:error:")]
[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 virtual void RssiUpdated (CoreBluetooth.CBPeripheral peripheral, Foundation.NSError error);
[Foundation.Export("peripheralDidUpdateRSSI:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'RssiRead' instead.")]
public virtual void RssiUpdated (CoreBluetooth.CBPeripheral peripheral, Foundation.NSError error);
abstract member RssiUpdated : CoreBluetooth.CBPeripheral * Foundation.NSError -> unit
override this.RssiUpdated : CoreBluetooth.CBPeripheral * Foundation.NSError -> unit

Parámetros

peripheral
CBPeripheral
error
NSError
Atributos

Se aplica a