Edit

Share via


CBPeripheralDelegate_Extensions.RssiRead Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static void RssiRead (this CoreBluetooth.ICBPeripheralDelegate This, CoreBluetooth.CBPeripheral peripheral, Foundation.NSNumber rssi, Foundation.NSError error);
static member RssiRead : CoreBluetooth.ICBPeripheralDelegate * CoreBluetooth.CBPeripheral * Foundation.NSNumber * Foundation.NSError -> unit

Parameters

This
ICBPeripheralDelegate

The instance on which this extension method operates.

peripheral
CBPeripheral
rssi
NSNumber
error
NSError
Attributes

Applies to