다음을 통해 공유


CBPeripheralDelegate.RssiUpdated(CBPeripheral, NSError) 메서드

정의

[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

매개 변수

peripheral
CBPeripheral
error
NSError
특성

적용 대상