Share via


CBRssiEventArgs(NSNumber, NSError) Constructor

Definition

Create a new instance of the CBRssiEventArgs with the specified event data.

public CBRssiEventArgs(Foundation.NSNumber rssi, Foundation.NSError? error);
new CoreBluetooth.CBRssiEventArgs : Foundation.NSNumber * Foundation.NSError -> CoreBluetooth.CBRssiEventArgs

Parameters

rssi
NSNumber

The value for the Rssi property.

error
NSError

The value for the Error property.

Applies to