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