Edit

Share via


CBDiscoveredPeripheralEventArgs(CBPeripheral, NSDictionary, NSNumber) Constructor

Definition

Initializes a new instance of the CBDiscoveredPeripheralEventArgs class.

public CBDiscoveredPeripheralEventArgs (CoreBluetooth.CBPeripheral peripheral, Foundation.NSDictionary advertisementData, Foundation.NSNumber RSSI);
new CoreBluetooth.CBDiscoveredPeripheralEventArgs : CoreBluetooth.CBPeripheral * Foundation.NSDictionary * Foundation.NSNumber -> CoreBluetooth.CBDiscoveredPeripheralEventArgs

Parameters

peripheral
CBPeripheral
advertisementData
NSDictionary
RSSI
NSNumber

Applies to