次の方法で共有


CBDiscoveredPeripheralEventArgs(CBPeripheral, NSDictionary, NSNumber) コンストラクター

定義

CBDiscoveredPeripheralEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

peripheral
CBPeripheral
advertisementData
NSDictionary
RSSI
NSNumber

適用対象