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.
public class BondDestroyedEventArgs : EventArgs
- Inheritance
Properties
View SourceDeviceAddress
The remote device address.
Declaration
public string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
String | The device address. |
API Level: 3
View SourceResult
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |