Class AdapterLeScanResultChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

An extended EventArgs class contains the changed Bluetooth LE scan result information.

C#
Copy
public class AdapterLeScanResultChangedEventArgs : EventArgs
Inheritance
AdapterLeScanResultChangedEventArgs

Properties

View Source

DeviceData

The LE device data.

Declaration
C#
Copy
public BluetoothLeDevice DeviceData { get; }
Property Value
Type Description
BluetoothLeDevice
API Level: 3
View Source

Result

The result.

Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type Description
BluetoothError
API Level: 3