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