Class AdapterLeScanResultChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the changed Bluetooth LE scan result information.
public class AdapterLeScanResultChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAdapterLeScanResultChangedEventArgs
Properties
View SourceDeviceData
The LE device data.
Declaration
public BluetoothLeDevice DeviceData { get; }
Property Value
Type | Description |
---|---|
BluetoothLeDevice |
Result
The result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |