Class DiscoveryStateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the changed Bluetooth device discovery state and the discovered device information.
public class DiscoveryStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceDeviceFound
The remote device found.
Declaration
public BluetoothDevice DeviceFound { get; }
Property Value
Type | Description |
---|---|
BluetoothDevice |
API Level: 3
View SourceDiscoveryState
The state of the discovery.
Declaration
public BluetoothDeviceDiscoveryState DiscoveryState { get; }
Property Value
Type | Description |
---|---|
BluetoothDeviceDiscoveryState |
API Level: 3
View SourceResult
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |