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.

C#
Copy
public class DiscoveryStateChangedEventArgs : EventArgs
Inheritance
System.Object
DiscoveryStateChangedEventArgs

Properties

View Source

DeviceFound

The remote device found.

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

DiscoveryState

The state of the discovery.

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

Result

The BluetoothError result.

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