Class BondDestroyedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

An extended EventArgs class contains the address of the remote Bluetooth device to destroy bond with.

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

Properties

View Source

DeviceAddress

The remote device address.

Declaration
C#
Copy
public string DeviceAddress { get; }
Property Value
Type Description
System.String

The device address.

API Level: 3
View Source

Result

The BluetoothError result.

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